The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi everyone,
I need help with creating a scorecard in PBI with this structure, as you can see each row is a different metric with it's own value, format, goal, conditional formatting, etc. but all of them are sharing a horitzontal axis for the weeks.
These are some of the challenges I've faced so far:
Here is a onedrive link to download a dummy pbix with the data models and ideas https://1drv.ms/u/s!AqyfrLljieLpjwd9Hqd5_Fww-CA1?e=UgIM0X
Any idea that could potentially solve this is more than welcome, thanks!
Solved! Go to Solution.
@krist_pbi , See if the attached file can help. You can have the additional conditions for conditional formatting
@krist_pbi , Please refer to the suggestion made by @HoangHugo first.
I would like to explore the option - Switch Values or Row / Show on Row in Matrix visual
Nothing on row and week/date on column (pivot)
And use conditional formatting if needed based on measure
How to do conditional formatting by measure and apply it to pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...
Hey, thanks man, sorry I'm not that good in DAX yet and 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!
@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 ())
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!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
89 | |
75 | |
55 | |
45 |
User | Count |
---|---|
134 | |
120 | |
76 | |
65 | |
64 |