Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a column called current phase. Values are true and false. I need true to be a tick and false to be blank. Please assist.
Solved! Go to Solution.
@akhassim Try this dax measure:
Hi @akhassim
There are many options to achieve it.
My 2 suggestions:
First with dax
You can change the data type of this column to text.
And create a measure :
Second with conditional formatting
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @akhassim
There are many options to achieve it.
My 2 suggestions:
First with dax
You can change the data type of this column to text.
And create a measure :
Second with conditional formatting
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
@akhassim Try this dax measure: