Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have a measure setup in Power BI, that produces the follow results (see image below). What I need to do is count the number of result recors. In the example below it is 12 records. This seems simple but I can't get any of the COUNT functions to produce what I need.
Solved! Go to Solution.
If it is the count of rows for the table you could use::
count rows of incident table = COUNTROWS('Service Desk Metrics')
Thank you foodd ! Your solution worked. I am good now.
Thanks foodd. The Average Actual Value column is a Measure itself, and it won't let me select it in the COUNT function you specified above.
If it is the count of rows for the table you could use::
count rows of incident table = COUNTROWS('Service Desk Metrics')