Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.74 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.74 KB

PowerBI-Visual-Filter

License: GPL v3

For release 1.0, the visual is first focusing on showing invalid number of items:


A custom visual developed for Microsoft PowerBI which filters PowerBI report by list and provides robust output(whether filtered keyword is present in database or not) accordingly.

Steps for installing necessary development packages:

  1. Install Node.js
  2. Open PowerShell(For Windows) and enter the following code line-by-line:
    npm i -g powerbi-visuals-tools
    pbiviz --install-cert
    npm i d3@^5.0.0 --save
    npm i @types/d3@^5.0.0 --save
    npm i [email protected] --save
    npm i powerbi-visuals-api --save-dev
Filter Visual Working steps
Show only the applied filter value of dataset
Output an error message for invalid list of search items(if any)

Usage

You can learn more about using these tools in the following guides


Note: You need to have a text editor/IDE environment for development, I recommend Visual Studio Code

Issues:

  • Implement Multi-input filter model (#2)
  • Implement output textbox to check incorrect values