Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Tihannah
Resolver II
Resolver II

Help with Formatting

Not sure if this is possible, but thought I would ask.

 

I have a dynamic measure based on button selection that says

If Actual is selected, then Actual

If vs Budget is selected, then Budget Variance

If vs Prior Year is selected, then Prior Year Variance.

 

I would like to format Budget and Prior Year variances with the Red and Green, but not Actuals. Is this possible since they are all built into the same measure?

2 REPLIES 2
PhilipTreacy
Super User
Super User

Hi @Tihannah 

 

You can do this using the HTML Content custom visual.

 

Here's an explanation how to use it

 

Solved: Possible to change font color of ONLY a dynamic va... - Microsoft Fabric Community

 

Regards

 

Phil

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


I'm not sure how this would work in my problem. There is no text in what I am displaying. I have a matrix table showing a trailing twelve months of data. When I select one of the buttons on the right, the data changes to display that. So I want to display the variances as positive or negavtive, but with no impact to Actual even though they are all built into the same measure with the following dax: 

MthlyTrend Selection = IF(Buttons[Button_Slicer]="Actual",[Act_Total],IF(Buttons[Button_Slicer]="vs Budget",[Budget Var],[ACT_PY_Var]))
 
As you can see in September, Actual may sometimes be a negative amount, but I do not want that to display in RED. Only the variances to Actual.
Table Examples below:

Sample1.PNGSample2.PNG

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.