nishantjainuk / SimpleWaterfall-PowerBI

A Power BI Visual that allows users to create simple waterfall charts just by using measures. The standard waterfall chart isn't design to create multi step waterfall and requires the underlying data to be in a particular layout. You can create multi step waterfall. This is very useful in Finance report where you need to create causal reports.
MIT License
9 stars 4 forks source link

Add limit to category and add “other” #33

Closed DanRider closed 3 years ago

DanRider commented 4 years ago

Would be awesome if in addition to Hide Zero/Blank there could be an option to choose “Top N + other” based on abs() value of the step. This will help remove clutter when there are numerous dimensional values and quickly identify top influencers. Great chart! Way better than the MS garbage. Keep up the great work!

nishantjainuk commented 3 years ago

@DanRider I am working on the next version of this visual and have implemented this feature Would you like to test it for me before I submit it to Microsoft. I hope you can point our any issue or suggest enhancement to make it better.

Let me know and I can send you a copy of the visual that you can load offline in your report to test.

Thanks Nishant

nishantjainuk commented 3 years ago

@DanRider You can download the latest version to test here

DanRider commented 3 years ago

I looked through all of the format menus and did not find where to restrict the dimension count to enable the "Other" bucket. I do see the yellow color assigned in the "Bar Color" section so I am certainly on the beta version.

nishantjainuk commented 3 years ago

@DanRider I have only implemented it for scenario where you have 1 category and 1 measure. Can you try for this scenario? In this scenario you should see an option in "Chart Options"

image

image I am planning to add this for other scenarios too but want to get your feedback before implementing it across the board

Thank for helping me out with the testing.

Nishant

DanRider commented 3 years ago

Sorry for my slow response Nishant. For the single measure this works perfectly and exactly as i would expect! The reports where i have implemented your chart i am using multiple measures (Budget v Actual) to walk the change. It would be really useful for multiple measures

I also add a label for overall change if you are looking for more enhancement ideas

here is a sample with some random data waterfall

nishantjainuk commented 3 years ago

@DanRider thanks mate. Appreciate the feedback.

I habe already implemented the multiple measure. Can you download the dev version again (same link) and try.

Any issues let me know

Thanks Nishant

DanRider commented 3 years ago

Awesome! I was able to test it an functionally it works great. I found the tooltip label had a long description "defaultBreakdownStepOther1" the other tooltips Identify the sum for measure 1 and the sum for measure 2 below.

Adding tooltip selections on the "fields" would be convenient. I try to avoid “report page” tooltips since they run on hover instead of pageload like the default tool tips.

Thank you for your contribution to the community. This visual is top notch!

Label waterfall

nishantjainuk commented 3 years ago

@DanRider Closing this as this was delivered in version 2.0.10.2 (latest version)