Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mehlenbae2
Helper II
Helper II

Fix Measure to show Data Point as Table

I have a measure that looks like this:

Priority 1 = Calculate(average('ALL'[Met Target]),Filter('ALL','ALL'[Priority]="Priority 1")) and it gives me the average percent of tickets that met the target, which is exactly what I want. However, when I put my multiple measures with different priorities in a matrix - I cannot export the full data set. I am usually able to  right click "export data point to table" but I cannot with these measures. 
I'm thinking the reason is due to the measure not seeing the unique ticket ID's. I'm not good at DAX and unsure of how to make a measure to do this. Anyone have any ideas?
3 REPLIES 3
v-yadongf-msft
Community Support
Community Support

Hi @mehlenbae2 ,

 


In order to better understanding your demands and give the right solution, could you please share with me some screenshots of your data after hiding sensitive information and tell me what's your expected output?

 

Thanks for your efforts & time in advance.

 

Best regards,

Yadong Fang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi there,

My measure is grabbing tickets from my "ALL" data set with a "3 - Moderate" priority and then averaging the Met SLA column which consists of 0% and 100%. However, I am unable to right-click the average value in my matrix and view data point as table. I would like for this to happen so we can look at all tickets in each priority by viewing data point as table.

Test.PNG

daXtreme
Solution Sage
Solution Sage

Naming a table ALL is not the best idea since there's a DAX function called exactly this name. Please change this before it becomes an issue. As for the problem at hand... It's not possible to diagnose without actually being able to lay a hand upon the data itself.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors