Skip to content

sageata/PowerBI-visuals-TimeBrush

 
 

Repository files navigation

CircleCI

TimeBrush

Time Brush lets you filter a time-based dataset by directly dragging or brushing over a time period of interest. The initial display is a helpful overview that shows the frequency of items in each pre-defined time bucket (e.g., hours, days, years) as a vertical bar chart. Whenever you select a time period, any linked visuals are automatically filtered to display only those records with time attributes in the selected period.

TimeBrush

This visual is currently in beta testing and is undergoing active development.

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 timebrush, timebrush-react and timebrush-powerbi packages.
    • Compiling timebrush-powerbi will also create a .pbiviz file in the packages/timebrush/powerbi/dist/powerbi directory, which can be imported directly in Power BI
  • Alternatively run yarn test:powerbi, which will do the same as yarn test but will exclude timebrush-react.

About

Time Brush custom visual for PowerBI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.9%
  • JavaScript 12.4%
  • CSS 5.7%