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
Anonymous
Not applicable

ALL Function Not Working

I have this table with this data:

1.PNG

On a different dashboard I've done the exact same thing and for the LQ NPS column it returns the overall score rather than the score of each individual person. So for this it should say 14.52 for everyone. I'm not sure where to pinpoint why this would be behaving differently?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @v-huizhn-msft I made a small change to the formula to get it to work. Here is it what it now looks like:

1.PNG

 

So inside my ALL, I'm referencing the table where everybody's names are consolidated. In my original 'NPS Consolidated' table, people can appear as a Flex or Cobra manager, but they tend to be the same person. I made an additional table called 'NPS Consolidated (2)' specifically for hosting the names of these managers so we can see all records together whether they are Flex or Cobra managers:

 

1.PNG 

So the [LQ NPS] formula comes from my 'NPS Consolidated' table, but I was attempting to use the [Value] column from 'NPS Consolidated (2)' to display my results, thinking it would automatically pick up the ALL function since the 2 tables are related. Once I referenced the table where the names are actually consolidated together rather than where the formula is hosted, it worked fine:
1.PNG

View solution in original post

6 REPLIES 6
Greg_Deckler
Community Champion
Community Champion

What is the formula for your measure used in your CALCULATE?


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Hi @Anonymous,

Do you mind share your .pbix file for troubleshooting the cause of not working? It's hard to reproduce your scenario without data.

Best Regards,
Angelia

Anonymous
Not applicable

Hi @v-huizhn-msft I've since then figured out the issue to my problem. Thanks for reaching out!

Hi @Anonymous.

Congratulations, you resolve your issue by yourself, welcome to share your workaround,or you'b better mark your reply as answer.  So more people benefit from here. 

Best Regards,
Angelia

Anonymous
Not applicable

Hi @v-huizhn-msft I made a small change to the formula to get it to work. Here is it what it now looks like:

1.PNG

 

So inside my ALL, I'm referencing the table where everybody's names are consolidated. In my original 'NPS Consolidated' table, people can appear as a Flex or Cobra manager, but they tend to be the same person. I made an additional table called 'NPS Consolidated (2)' specifically for hosting the names of these managers so we can see all records together whether they are Flex or Cobra managers:

 

1.PNG 

So the [LQ NPS] formula comes from my 'NPS Consolidated' table, but I was attempting to use the [Value] column from 'NPS Consolidated (2)' to display my results, thinking it would automatically pick up the ALL function since the 2 tables are related. Once I referenced the table where the names are actually consolidated together rather than where the formula is hosted, it worked fine:
1.PNG

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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