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.
I have a dax expression where I am concatenating strings with other dax measures.
Net WP = "Net Written Premium " & FORMAT([CY YTD],"$#,##,,.0M") & " vs. " & FORMAT([PY YTD],"$#,##,,.0M") & " " & MAX(dim_Date[Year]) -1 & " "& [Net Wr Premium YOY Title]
Is any way I can change the font color for only the last part of the string? ([Net Wr Premium YOY Title])
so it should look like this:
Solved! Go to Solution.
Hi, @giramswa
Not yet. This is because the font format is valid for the entire measure.
The same color format applied to the whole would look like this.
Unfortunately, power BI is now unable to achieve what you need . You can submit an idea for it at https://ideas.powerbi.com/forums and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @giramswa
Not yet. This is because the font format is valid for the entire measure.
The same color format applied to the whole would look like this.
Unfortunately, power BI is now unable to achieve what you need . You can submit an idea for it at https://ideas.powerbi.com/forums and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |