Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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!
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |