The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
Rules:
The Risk table as below and i have calculated cost /sales price and riskscore using risk table.
Risk Table:
Calculated columns:
I have created a BG colour column using DAX. But it doesn't give result as per expected visual.
My result matrix Chart
Fields
Imapct Calculated column DAX
Could you please help me...
Best
Ajay
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.