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,
I use this formula for a title with a condition, do you have any solution for this point ;
I want the selectedvalue to be in red color
Is it possible ?
Thanks for your help
formula : Titre = "Evolution mensuelle nb inséré VS nb traité " & selectedvalue(FA[FA])
Solved! Go to Solution.
Sadly there is no way of formatting color with DAX.
I would recommend either just formatting the value of a card, like this:
Or using 2 cards together if you really want the text in one line:
Sadly there is no way of formatting color with DAX.
I would recommend either just formatting the value of a card, like this:
Or using 2 cards together if you really want the text in one line:
Ok thanks for your help