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,
Solved! Go to Solution.
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/.
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/.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
132 | |
69 | |
38 | |
28 | |
24 |
User | Count |
---|---|
140 | |
80 | |
45 | |
39 | |
22 |