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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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