Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

data view utility interfaces for creating powerbi custom visuals

Awesome Lists containing this project

README

        

# 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).