Forum Discussion
ADP007
5 years agoHelper IV
Format Number
Hi all,
I have a table measure and I would like to show it like the image below (6.6/10) . Does anyone have a nice solution ?
Thanks
D.
3 Replies
- amitchandakSuper User
ADP007 , Something like this?
Measure new = [measure 1] & "/" & [Measure 2]
- ADP007Helper IV
Hi amitchandak not sure that works....
- v-lionel-msftCommunity Support
Hi ADP007 ,
There does not seem to be such a numerical representation in Power BI at present, so if you don't mind that the measure returns text type data, amitchandak 's method is ok.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.