Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a gauge in my app and it's showing both dollar amount as well as a percent. I would like for it to show percent ONLY.
Can someone please help me with this?
My formula is as follows
=num(Sum({<FLG_IsFiscalQTD={1}>} [Sales Target Credit])/Sum({<FLG_IsCYCQ={1}>} [Quota]),'###.0%')
Can you attach a screenshot ?
Hi @amitch1029 ,
What do you have your number formatting option set to (Measures --> your measure --> Number formatting). your number formatting string looks valid but won't be used unless you "measure expression" in the number formatting option. You can do away with the num function altogether by using the "number" option instead of measure expression and then pick the format pattern you want under that.
If that's not sorted it out then a screenshot of what options you have etc would be useful.
Cheers,
Rod
Thank you SO much Rod, changing the number formatting to Measure Expression worked like a charm!
Ashley
No worries Ashley, I've been there myself.
Please don't forget to mark the solution so that it might help others in future.
Cheers,
Rod