Forum Discussion
hidenseek9
8 years agoPost Patron
Calculating average price using distict count??
Hello Power BI Community I am having a difficulty calculating average price of all of our products per store per month. Please find below as the data. Dummy Data What I want to do is simple...
- 8 years ago
Hi hidenseek9,
Try these formulas
Count=DISTINCTCOUNT(Data[Store])
Contribution (%)=[Count]/CALCULATE([Count],ALL(Data[Brand]),ALL(Data[Product]))
Hope this helps.
Ashish_Mathur
8 years agoSuper User
Hi,
I get a message saying that the file size exceeds 5MB. Thereafter there is no option to download.
hidenseek9
8 years agoPost Patron
- Ashish_Mathur8 years agoSuper User
Hi hidenseek9,
You say that you want to know in how many stores each product is sold? In your dataset, i see Product Name but i do not see any Store Name column. Please show the exact structure of your expected result.
- hidenseek98 years agoPost Patron
- Ashish_Mathur8 years agoSuper User