The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi ,
actually have a blank button want to do this (colour does not matter nor does the text ) just want to display max 2 where 2 is coming from a measure so basically want to do "MAX" && [A] and display but as max is string and A measure is a numeric not being able to kindly help me out
Solved! Go to Solution.
Hi @ubharal ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
Measure 2 = "MAX" & " " & [Measure]
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ubharal ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create a measure.
Measure 2 = "MAX" & " " & [Measure]
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.