UNPKG

powerbi-visuals-utils-dataviewutils

Version:
19 lines (14 loc) 1.28 kB
# Microsoft Power BI visuals DataViewUtils ![Build](https://github.com/microsoft/powerbi-visuals-utils-dataviewutils/workflows/build/badge.svg) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-dataviewutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-dataviewutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-dataviewutils.svg)](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).