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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
IliaS
Regular Visitor

Calculating Market Share via DAX query

Hi! 

I am trying to calculate market share, but struggling with doing it correctly.

 

I have a matrix where I have Category, Name as rows, Channel as column, and Market Share as value.

 

Also In my dataset I have columns ABS_COMPANY (with sales inputted there if company = "A", so there are some blank ones), and ABS_TOTAL (with sales inputted in each row)

 

so my measure Market Share:

 

Market Share = SUM(table[ABS_COMPANY]) / SUM(table[ABS_TOTAL])

 

This correctly calculates values for each Category, but when I open the drop-down to see Name, Market Share of each Name equals to 100%. What is the problem and how to fix it?

 

e.g. What is now:

                    Market Share

Pens                  43%
     pen 1           100%

     pen 2           100%

     pen 3           100%

Pencils               29%

     penc 1          100%

     penc 2          100%

     penc 3          100%

 

expected to calculate market share for each name, not only for categories correctly

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

Hi @IliaS,

It seems like a common measure total level calculation issue when you use it to handle multiple aggregations, you can take a look at the Greg’s blog to know to fix it:

Measure Totals, The Final Word 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @IliaS,

It seems like a common measure total level calculation issue when you use it to handle multiple aggregations, you can take a look at the Greg’s blog to know to fix it:

Measure Totals, The Final Word 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Ashish_Mathur
Super User
Super User

Hi,

Share some data (in a form that can be pasted in an MS Excel file or the PBI file itself) and clearly show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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