Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Solved! Go to Solution.
Hello there @tmatta2495 ! If I understood your question correctly I think you dont need the 'Measures of Success'[Area] = "A - Con" condition in your calculate formula since PBI will do it when you add the measure to the table/matrix visual. Try adding this measure to your table/matrix visual:
Impt1S =
CALCULATE (
COUNTROWS ( 'Measures of Success' ),
'Measures of Success'[Importance Text] = "1",
'Measures of Success'[Results] = "Success"
) Hope this answer solves your problem! If you need any additional help please @ me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!
You can also check out my LinkedIn!
Best regards,
Gonçalo Geraldes
Hello there @tmatta2495 could you please share how are you currently calculating your fields? A sample measure would be enough just to know where the values are!
For additional help, please @ me in your reply!
You can also check out my LinkedIn!
Best regards,
Gonçalo Geraldes
Thank you SO much! I am including the measures I used for the calculations. I am new to Power BI so I hope it makes sense. Thanks!
First measure to get number of items with an Importance of "1" for Area "A - Con"
Impt1A =
CALCULATE (
COUNTROWS ( 'Measures of Success' ),
'Measures of Success'[Importance Text] = "1",
'Measures of Success'[Area] = "A - Con"
)
Second measure - using first measure - to calculate the number of items with Result of "Success"
Impt1AS =
CALCULATE (
[Impt1A],
'Measures of Success'[Results] = "Success"
)
Hello there @tmatta2495 ! If I understood your question correctly I think you dont need the 'Measures of Success'[Area] = "A - Con" condition in your calculate formula since PBI will do it when you add the measure to the table/matrix visual. Try adding this measure to your table/matrix visual:
Impt1S =
CALCULATE (
COUNTROWS ( 'Measures of Success' ),
'Measures of Success'[Importance Text] = "1",
'Measures of Success'[Results] = "Success"
) Hope this answer solves your problem! If you need any additional help please @ me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!
You can also check out my LinkedIn!
Best regards,
Gonçalo Geraldes
OMG @goncalogeraldes !!
You have no idea how much time, effort and total frustration you have saved me. It worked perfectly!!! And it is for a work deadline. I am so thrilled and TRULY appreciate your help!
I am going to send you a invite to connect on LinkedIn. Feel free to reach out to me if you ever need anything.
Tena
@tmatta2495 how your raw data look like? Can you post it in a table format with the expected output? Not sure that blue image is how your raw data table looks like.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.