Forum Discussion
AjayBI55
3 years agoFrequent Visitor
Heatmap on Matrix Visual as per specified format
Hello, I wanted to create a heatmap on Matrix Visual depends on below specified format. For that we need create Probability and Imapct columns as per below given rules. Expected Matrix Visual: ...
lbendlin
3 years agoSuper User
You are nearly there. (you should do the color coding in Power Query, not in DAX)
Remember that to report on things that are not there you need to use disconnected tables and/or crossjoins. Otherwise you won't get background colors for BLANK() cells.