https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils
data view utility interfaces for creating powerbi custom visuals
https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils
Last synced: 2 days ago
JSON representation
data view utility interfaces for creating powerbi custom visuals
- Host: GitHub
- URL: https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils
- Owner: microsoft
- License: other
- Created: 2016-11-10T09:07:07.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T09:31:28.000Z (12 months ago)
- Last Synced: 2024-05-18T15:42:06.436Z (12 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 25
- Watchers: 17
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-power-bi - DataViewUtils - visuals-utils-dataviewutils)) — provides set of tools to parse DataView object; (Development / Utils)
README
# Microsoft Power BI visuals DataViewUtils
 [](https://www.npmjs.com/package/powerbi-visuals-utils-dataviewutils) [](https://www.npmjs.com/package/powerbi-visuals-utils-dataviewutils)> DataViewUtils is a set of functions and classes in order to simplify parsing of the DataView object for Power BI custom visuals
## Usage
Learn how to install and use the DataViewUtils in your custom visuals:
* [Usage Guide](https://docs.microsoft.com/en-us/power-bi/developer/visuals/utils-dataview)## Contributing
* Read our [contribution guideline](./CONTRIBUTING.md) to find out how to contribute bugs fixes and improvements
* [Issue Tracker](https://github.com/Microsoft/powerbi-visuals-utils-dataviewutils/issues)
* [Development workflow](./docs/dev/development-workflow.md)
* [How to build](./docs/dev/development-workflow.md#how-to-build)
* [How to run unit tests locally](./docs/dev/development-workflow.md#how-to-run-unit-tests-locally)## License
See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).