The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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: