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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
opticshrew
Resolver II
Resolver II

Measures within tables

Hi all,

 

I'm getting an issue around using measures within a table, bear with me whilst I try to explain.

 

Table 1 : Product Codes

Table 2 : Customers

Table 3 : Sales

 

I want to know how many customers have ordered a specific product so I have created a measure works out the following:

 

Total Customers with Product / Total Customers (This is shown as a percentage)

 

Total customers seems to get filtered by each row of the table and therefore it works this out instead

 

Total Customers with Product / Total Customers (Filtered by product row)

 

Is there anyway I can stop Total Customers from being filtered and rather calculate as if all Customers were available even those who did not purchase the product?

 

Thanks,

J

 

 

1 ACCEPTED SOLUTION
vcastello
Resolver III
Resolver III

Hi @opticshrew

I think you may have to use the ALL() function.

It should be s'thing like ...

 

Absoulte Total Customers = CALCULATE(DISTINCTCOUNT(TableCustomers[CustomerID),ALL(TableCustomers))

 

Using ALL() you get rid of the filter

Hope That Helps

Vicente

View solution in original post

2 REPLIES 2
vcastello
Resolver III
Resolver III

Hi @opticshrew

I think you may have to use the ALL() function.

It should be s'thing like ...

 

Absoulte Total Customers = CALCULATE(DISTINCTCOUNT(TableCustomers[CustomerID),ALL(TableCustomers))

 

Using ALL() you get rid of the filter

Hope That Helps

Vicente

Hi @vcastello

 

Your solution works a treat, thanks for the speedy reply.

 

Thanks,

J

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors