Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
StuartPQY
Frequent Visitor

Simple Waterfall Chart - format labels

Hello

 

I have a waterfall chart such as shown below.  This is using the Simple Waterfall Chart - StuartPQY_1-1711535924554.png

 

 

StuartPQY_0-1711535410593.png

 

I have tried and failed, is there a way to format the label numbers.  I have tried DAX FORMAT for the measures but the simple waterall chart wont allow a measure with FORMAT in its code.

I would like to format the negatives with ( ) and also the first pillar with a thousand mark.  The Last pillar seems to apply for some reason.

 

Thank you for any help.

 

Stuart

2 REPLIES 2
StuartPQY
Frequent Visitor

Thank you, I will try this and mark as solved when done.

Thanks

 

Stuart

 

v-xiandat-msft
Community Support
Community Support

Hi @StuartPQY ,

Instead of formatting the measure directly, consider creating a custom column in your data model that applies the desired formatting. This column can then be used for labels or tooltips in your visualization.

Formatted Value = IF([YourMeasure] < 0, "(" & FORMAT(ABS([YourMeasure]), "0,000") & ")", FORMAT([YourMeasure], "0,000"))

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.