Attribute Slicer custom visual for PowerBI
Перейти к файлу
microsoft-github-policy-service[bot] 68a43dfdbd
Microsoft mandatory file (#145)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-09-08 19:49:57 -07:00
.vscode
assets
packages Publish 2019-08-26 14:34:39 -07:00
.editorconfig Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
.gitignore Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
.npmignore Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
.travis.yml Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
LICENSE
README.md
SECURITY.md Microsoft mandatory file (#145) 2022-09-08 19:49:57 -07:00
karma.conf.js Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
lerna.json
package.json Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
tslint.json Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
webpack.config.test.js Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00
yarn.lock Updated the code for certification (#97) 2019-08-26 13:49:01 -07:00

README.md

Build Status

AttributeSlicer

Attribute Slicer lets you filter a dataset on a given column by selecting attribute values of interest. The initial display is a helpful overview that lists the most common values first and shows the overall distribution of values as a horizontal bar chart. Whenever you select an attribute value, it is moved to the list of applied filters and all records containing that value are added to the result set for further analysis.

Attribute Slicer

This visual is experimental and not actively being developed, only major issues will be addressed.

Usage

  • Install node.js 6+
  • Install yarn
  • Run yarn on the project directory, which will install all the dependencies
  • Run yarn test which will lint, test, and compile the attribute-slicer and attribute-slicer-powerbi packages.
    • Compiling attribute-slicer-powerbi will also create a .pbiviz file in the packages/attribute-slicer/powerbi/dist directory, which can be imported directly in Power BI
  • Run yarn start, which will load the powerbi visual into live reload mode.