This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello everyone,
I am seeking guidance on how to create a custom card for a specific purpose.
I have a table that consists of 8 custom measurements, but for the card I am working on, I only need to focus on 7 of them. One of the measurements, called 'Overall Accuracy', will not be used in the card. To give you a visual representation, I have attached a screenshot of the table with an example of the 7 measurements highlighted. This dashboard primarily revolves around auditing for accuracy.
On a separate card, I would like to display the custom measurement with the lowest percentage, based on the filters applied at any given moment. I also want to show the corresponding percentage for that measurement.
If it helps, I have provided the DAX formula for one of the measurements below. The remaining measurements follow the same pattern, but with different columns/variables:
Correct Template Accuracy = Format(
DIVIDE(
CALCULATE(
COUNTROWS('Quality Assurance Audit Checklist'),
'Quality Assurance Audit Checklist'[Correct Template Accuracy Helper] = 1
),
COUNT('Quality Assurance Audit Checklist'[Certificate Issued By])
) *1,"0%")
Solved! Go to Solution.
Hi @ADubay ,
Try a new measure like
rE=Switch( True(),
[M 1] > [M 2] && [M 1] > [M 3], "Sceniro 1",
[M 2] > [M 3], "Sceniro 2",
"M 3"
)
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share the download link of th e PBI file.
Hi @ADubay ,
Try a new measure like
rE=Switch( True(),
[M 1] > [M 2] && [M 1] > [M 3], "Sceniro 1",
[M 2] > [M 3], "Sceniro 2",
"M 3"
)
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |