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.
This visual is experimental and not actively being developed, only major issues will be addressed.
yarn
on the project directory, which will install all the dependenciesyarn test
which will lint, test, and compile the attribute-slicer
and attribute-slicer-powerbi
packages.
attribute-slicer-powerbi
will also create a .pbiviz
file in the packages/attribute-slicer/powerbi/dist
directory, which can be imported directly in Power BIyarn start
, which will load the powerbi visual into live reload mode.