Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
Is there a way to get a mesure calculating market share by month ?
market share = DIVIDE(SUM('Fact SKU products'[sales conversion]), CALCULATE(SUM('Fact SKU products'[sales conversion]), ALLEXCEPT('Fact SKU products', 'Fact SKU products'[date])), 0)
I'm currently issuing a problem that give me for denominator in the mesure the sum of all sales without taking into account my month columns in my table
(brands names are on the left hiding on the screenshot)
On the screenshot we can see that "blank" month is about 20.61% of my raw data, so the june column isn't share for june only but for both june and blank month
Thanks a lot for helping
Edit : table issued a bug with blank column, dax formula seems to be good as described in solution
Math
Solved! Go to Solution.
@Anonymous ,
Maybe this one:
market share = DIVIDE(SUM('Fact SKU products'[sales conversion]), CALCULATE(SUM('Fact SKU products'[sales conversion]), ALL(TABLE[BRAND_NAME])), 0)
Thank you Ricardo,
market share = DIVIDE(SUM('Fact SKU products'[sales conversion]), CALCULATE(SUM('Fact SKU products'[sales conversion]), ALL('Fact SKU products'[BRAND_NAME])), 0)
is working fine as my table had another not explained issue, recreated the matrice automatically deleted blank values and total is per category (month or another variable)
User | Count |
---|---|
21 | |
14 | |
11 | |
7 | |
5 |
User | Count |
---|---|
23 | |
23 | |
20 | |
15 | |
10 |