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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Team,
I am trying to add a number to a measure in PBI
Measure :
Solved! Go to Solution.
Hello @mohiniverma2704 ,
try the following
Approved Total_Formatted = FORMAT (
(SUM ( 'Tracker'[XXX])
+ SUM ( 'Tracker'[YYY]))+ 7500,
"$#,##0;($#,##0)"
)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
Proud to be a Super User! | |
Hi @mohiniverma2704
If i understood you correctly you can use :
Hi @mohiniverma2704
If i understood you correctly you can use :
Hello @mohiniverma2704 ,
try the following
Approved Total_Formatted = FORMAT (
(SUM ( 'Tracker'[XXX])
+ SUM ( 'Tracker'[YYY]))+ 7500,
"$#,##0;($#,##0)"
)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
Proud to be a Super User! | |