Forum Discussion
Design scorecard matrix
- 4 years ago
krist_pbi , See if the attached file can help. You can have the additional conditions for conditional formatting
Hi, you can, please refer model below
measue
PBI =
var select_metric = SELECTVALUED (KPI)
return
SWITCH (select_metric,
"Metric 1", FORMAT (your formula for Metric 1, "General Number"),
"Metric 2", FORMAT (your formula for Metric 2, "Percent"),
"Metric 3", FORMAT (your formula for Metric 3, "Currency"),
"Metric 4", FORMAT (your formula for Metric 4, "General Number").
Blank ())
- krist_pbi4 years agoHelper I
Hey, thanks man, sorry I'm not that good in DAX yet, I kinda understand the formatting but my data model has different facts tables so that makes it harder to get it right
I have this file with dummy data with the current data model I'm working with, maybe this can give you a better perspective of what I need https://1drv.ms/u/s!AqyfrLljieLpjwd9Hqd5_Fww-CA1?e=UgIM0X that is the onedrive link for the pbix file
I appreciate your help!