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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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: