The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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! | |