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

Label Format "none" shows strange results #51

Closed stephanbab closed 3 years ago

stephanbab commented 3 years ago

I would like to display my data labels in normal units i.e. not in Thousands, Billions and so on. Whenever I select "None" I only get strangely formated labels and cannot even adjust the decimal places:

Label issue

nishantjainuk commented 3 years ago

When you select "None", the visual uses the format defined in your model. I guess in your case the format has not been defined or it is currently marked as "General". If you change your measures format to show 2 decimal places, the visual will show 2 decimal places

The reason you can't select decimal places when you select "none" as the option is because "None" allows you to use your own format including the decimal places. I hope this helps

Thanks

stephanbab commented 3 years ago

Many Thanks for the prompt response which solved my issue!