All Projects → microsoft → PowerBI-visuals-AttributeSlicer

microsoft / PowerBI-visuals-AttributeSlicer

Licence: MIT license
Attribute Slicer custom visual for PowerBI

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to PowerBI-visuals-AttributeSlicer

VisualBTC
Visual bitcoin private key generator - a tool for safe bitcoin private key generation with the physical coin, or create funny "patterns" keys for gifts to your friends.
Stars: ✭ 29 (+20.83%)
Mutual labels:  visual
node-red-contrib-FIWARE official
FIWARE-Node-Red integration supporting NGSI-LD
Stars: ✭ 14 (-41.67%)
Mutual labels:  visual
powerbi
Repository with links and files for using in PowerQuery and PowerBI
Stars: ✭ 32 (+33.33%)
Mutual labels:  powerbi
Data-Visualisation-libraries
A Repository consisting of various visualisation libraries and tools
Stars: ✭ 61 (+154.17%)
Mutual labels:  powerbi
PowerQueryNet
Run M Language (Power Query Formula Language) from anywhere.
Stars: ✭ 146 (+508.33%)
Mutual labels:  powerbi
React-Visual-Novel
A visual novel application made with React.
Stars: ✭ 26 (+8.33%)
Mutual labels:  visual
VisualBasicObfuscator
Visual Basic Code universal Obfuscator intended to be used during penetration testing assignments.
Stars: ✭ 115 (+379.17%)
Mutual labels:  visual
Tabular
Useful code for tabular modeling and automation.
Stars: ✭ 73 (+204.17%)
Mutual labels:  powerbi
brockly
A Visual Go code generator
Stars: ✭ 55 (+129.17%)
Mutual labels:  visual
sidekicks
Sidekick Policy Learning for Active Visual Exploration (ECCV 2018)
Stars: ✭ 24 (+0%)
Mutual labels:  visual
SSIS-DB-Dashboard
PowerBI SSIS Catalog DB Dashboard
Stars: ✭ 55 (+129.17%)
Mutual labels:  powerbi
SettingsUI
Windows 11 settings page in WinUI 3 applications ported from Powertoys
Stars: ✭ 95 (+295.83%)
Mutual labels:  visual
powerbi-visuals-chartxkcd
Power BI custom visual, providing an interface to chart.xkcd
Stars: ✭ 37 (+54.17%)
Mutual labels:  powerbi
Cerebrum
Crossmodal Supervised Learning Toolkit using High-Performance Extreme Learning Machines over the audio-visual-textual data
Stars: ✭ 41 (+70.83%)
Mutual labels:  visual
PowerBI-book-ru
Проект открытого методического пособия по Power BI, Power Query, Power Pivot
Stars: ✭ 76 (+216.67%)
Mutual labels:  powerbi
powerbi-embed-v2
Power BI Embedded with Custom Controls PoC
Stars: ✭ 34 (+41.67%)
Mutual labels:  powerbi
PBIConnectors
The Microsoft Power BI custom connector support-project
Stars: ✭ 60 (+150%)
Mutual labels:  powerbi
VWapi
⛈ ☀️ Visual Weather api. Returns beautiful pictures with the current weather.
Stars: ✭ 33 (+37.5%)
Mutual labels:  visual
lodata
The OData v4.01 Producer for Laravel
Stars: ✭ 40 (+66.67%)
Mutual labels:  powerbi
poweRbi
An R-based, httr-style interface for the Power BI REST API.
Stars: ✭ 17 (-29.17%)
Mutual labels:  powerbi

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].