Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hey everyone,
I’ve managed to add several of my metrics to this visualization, but as you can see, I have some labels showing the indicator values for the previous month. What I need is to display the percentage difference between the current indicator value and the label, which shows the value for the previous month, right next to it.
I imagine I need to create another metric to divide those two values, but the problem is I want the percentage to show next to the label, not below it.
Any ideas on how to make that happen or if it’s even possible?
Thanks a lot!
Solved! Go to Solution.
Hi @ajdm2007 ,
As far as I know, currently Power BI doesn't support us to show different colors for one value by conditional formatting. Here I create a multiple card visual and a new card visual. I think the result of new card visual returned is close to what we need, however all value will return green.
I think you can try to group two visuals. In my sample, I group a multiple card / new card with a card visual. Result is as below.
You can download my sample file to learn more details.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
if [a] is your value measure and [b] is the % diff, use
Hello @CKN
Thank you very much for your recommendation, but there is a detail that is in the image but I did not mention it.
If you look at the example you will see that there is a value in red and another in green, so what I did not say is that I need to apply conditional formatting to that percentage, so at some point it can be red and at another time it can be green.
Under this scenario, how could I apply your recommendation? Thanks again.
Hi @ajdm2007 ,
As far as I know, currently Power BI doesn't support us to show different colors for one value by conditional formatting. Here I create a multiple card visual and a new card visual. I think the result of new card visual returned is close to what we need, however all value will return green.
I think you can try to group two visuals. In my sample, I group a multiple card / new card with a card visual. Result is as below.
You can download my sample file to learn more details.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
or this if you want to do it with DAX
https://community.fabric.microsoft.com/t5/Desktop/Format-number-color-with-dax/td-p/2432829
This should help you - it's a guide to conditional formatting
https://community.fabric.microsoft.com/t5/Desktop/Show-negative-numbers-as-red-and-in-bracket/td-p/2...
try CONBINEVALUES, using " " as a delim and your 2 measures as the input expressions. Might need to format your percentage diff measure how you want it to appear first ((), colour etc)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
35 | |
34 |
User | Count |
---|---|
99 | |
56 | |
54 | |
45 | |
40 |