Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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! | |