Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hey I format my messaure with dax to show + and - in some cases, so i just do it like that:
Solved! Go to Solution.
Hi @Anonymous ,
Please have a try.
Column = FORMAT('Table'[value], "+#,K")
Column2= FORMAT('Table'[value], "+#,,.00M")
If I have misunderstood your meaning, please provide more details with your desired output and pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please have a try.
Column = FORMAT('Table'[value], "+#,K")
Column2= FORMAT('Table'[value], "+#,,.00M")
If I have misunderstood your meaning, please provide more details with your desired output and pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks