Forum Discussion
Calculating average price using distict count??
- 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.
Hello Power BI Community,
I have a question regarding understanding distribution of a product at store level.
Please find below as a sample data
Data has a list of stores that sell certain products and our employees go to a store to check the price on shelf.
Sometimes, the price check happens multiple times a month.
What I would like to understand is that at any given month,
in how many stores each product is sold.
That way, I can understand the distirbution trend of our product over time.
Appreciate your support.
Many thanks,
H
- Ashish_Mathur8 years agoSuper User
Hi,
I get a message saying that the file size exceeds 5MB. Thereafter there is no option to download.
- hidenseek98 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.