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
lordtopcat
Helper I
Helper I

Ideas Please! Comparing Customer vs Market

Hi Guys,

 

In my business we ship product to different markets around the world. We have Asia, UK, Europe etc etc..

 

What I would like to visualize, is how much of the market does "Customer A" have vs the market volume.

 

I haven't figured out the best way to visulize this ... any ideas would be great!!

 

Cheers,

Jamie

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @lordtopcat,

 

I created a sample table based on assumption.

1.PNG

 

Then, I created a measure to calculate the total sales per product per market.

Sum =
CALCULATE (
    SUM ( 'Customer vs Market'[Amount] ),
    ALLEXCEPT (
        'Customer vs Market',
        'Customer vs Market'[Market],
        'Customer vs Market'[Product]
    )
)

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yulgu-msft
Employee
Employee

Hi @lordtopcat,

 

I created a sample table based on assumption.

1.PNG

 

Then, I created a measure to calculate the total sales per product per market.

Sum =
CALCULATE (
    SUM ( 'Customer vs Market'[Amount] ),
    ALLEXCEPT (
        'Customer vs Market',
        'Customer vs Market'[Market],
        'Customer vs Market'[Product]
    )
)

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Phil_Seamark
Employee
Employee

Bullet charts and/or bar charts are both good ways to show proportion.  Try out treemaps and see if they work for you. 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Cheers Phil.

 

I'm not the best at explaining what my brain wants to do - but essentially I need the data to be on one chart.

 

So, let's take China, and Customer A as an example.

 

We sold 1000 Bananas to China, and of that Customer A had 650.

 

I'd like to compare these two on one chart, if that is possible. A combo chart would be great, with the market as the bar, and the customer as the line - but this doesn't seem to work.

 

Is this possible? Currently I have two charts side by side, but ideally on one would be great.

 

Cheers

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.