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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Understanding expanded tables

Hello,

Please, consider this situation:

Product table, with a one-to-many relationship with a Sales table (following case presented in this sqlbi.com article).

I want to understand the behaviour of using expanded tables. 

If I write this measure:

 

 

 

NumOfProductsSold = CALCULATE ( COUNT('Product'[ProductKey]), Sales )

 

 

 


It will return me the number of products sold, but a distinct list of the products sold, not a simple count of products. 
Why?
Isn't this using the expanded tables of Sales, and therefore the related Product columns of this expanded table? If this was the case the values would not contain only the distinct values.
Can anybody please clearly explain what is going on?

 


Thanks,

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

See LEFT OUTER JOIN in https://www.sqlbi.com/articles/expanded-tables-in-dax/ and learn https://www.sqlbi.com/articles/capturing-power-bi-queries-using-dax-studio/.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

See LEFT OUTER JOIN in https://www.sqlbi.com/articles/expanded-tables-in-dax/ and learn https://www.sqlbi.com/articles/capturing-power-bi-queries-using-dax-studio/.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.