Skip to content

A custom visual developed for Microsoft PowerBI which filters report and provides robust output accordingly.

License

Notifications You must be signed in to change notification settings

Jarvis-BITS/PowerBI-Visual-filter

Repository files navigation

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 core-js@3.2.1 --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

About

A custom visual developed for Microsoft PowerBI which filters report and provides robust output accordingly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published