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! Learn more
I have tried a few things, but I either get zero results, or the formula is giving me errors when it is clearly working for others.
I am pulling a SPO List.
The list looks like this:
So the list shows how all the request from an engineer and if it was Approved, Denied, or it TimeOut.
I am trying to create a table visual, where it will list each engineer, and show me their Total Requests, how many Approved, Denied, and Timeout
Trying a measure like this, but it is giving me an error:
I tried this, but got zero results:
Count = CALCULATE(Countrows(Table),Table[Column]="Overdue")
This also got me zero results:
Pass= COUNTROWS(filter(Samples,Samples[AnalysisResult]="Pass"))
Hello @lardo5150,. You can use "Matrix" Visualization to achieve this. Please find the screenshot attached. I hope it helps!
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.