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.
Hello Everyone,
I am very new to power bi and I have the following requirement.I do aware that we can implement the conditional formatting based on the values but i have the below requirement where i tried multiple options based on the conditional formatting but didn't acheve the below.
I need to generate a static matrix heat map where the cell formatting should be done based on row and column header.Please see the table below.Kindly let me know if this can be feasible in power bi and let me know if you need more information.
Header | <1Y | <2Y | <3Y | <4Y | <5Y |
1-2 | Colour 1 | Colour 1 | Colour 2 | Colour 3 | Colour 4 |
2-3 | Colour 1 | Colour 2 | Colour 3 | Colour 3 | Colour 4 |
3-4 | Colour 2 | Colour 3 | Colour 3 | Colour 4 | Colour 5 |
4-5 | Colour 3 | Colour 3 | Colour 4 | Colour 5 | Colour 5 |
5-6 | Colour 4 | Colour 4 | Colour 5 | Colour 5 | Colour 5 |
Solved! Go to Solution.
First, unpivot your data to bring it into a usable format
Then add the actual colors
Lastly, render your data in a matrix visual and apply the background color.
First, unpivot your data to bring it into a usable format
Then add the actual colors
Lastly, render your data in a matrix visual and apply the background color.