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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
ide
Regular Visitor

Calculate switching between brands

Hi guys,

 

Is it possible to make following thing happen....

 

What data i have:

Brandsum
Brand_A2309
Brand_B2342
Brand_C1234
Brand_D257

 

What i want to build in power bi - "switching between brands". For 1st row (Brand_A) it tells that sales for Brand_B is higher (+500) compare to Brand_A, sales for Brand_C are smaller (-200), sales for Brand_D again higher. 

 

 Brand_ABrand_BBrand_CBrand_D
Brand_A 500-200345
Brand_B113 324-783
Brand_C245356 234
Brand_D756-23475 

 

Prob, i need to add something in my dataset, like customer ID or something. Any ideas? 

 

Thanks!

1 ACCEPTED SOLUTION

Hi @ide ,

 

Create four measures similar to this

Brand A = SUM('Table'[Sum])-
 CALCULATE(SUM('Table'[Sum]),FILTER(ALLSELECTED('Table'),'Table'[Brand]="Brand_A" ))

V-lianl-msft_0-1608186145015.png

Sample .pbix

 

 

Best Regards,
Liang
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

5 REPLIES 5
amitchandak
Super User
Super User

@ide , Not able to find logic between input and output. The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.


Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak to be clear i have same confusion.

 

I believe it should be different datasample in input. Idea is to have knowledge about switching between brands. All i got is screenshot with same approach, but made in different system. Unfortunately, have no option to got anwers from customer. Probably anyone here had faced something like this.Безымянный.png

 

Explaination for 1st row almost the same as in my example. 

Sales for J_Бренд_B higher than J_Бренд_A, sales for J_Бренд_C smaller than J_Бренд_A and so on.

 

ide
Regular Visitor

How it can be, in excel example

 

ide_1-1607965315800.png

 

Hi @ide ,

 

Create four measures similar to this

Brand A = SUM('Table'[Sum])-
 CALCULATE(SUM('Table'[Sum]),FILTER(ALLSELECTED('Table'),'Table'[Brand]="Brand_A" ))

V-lianl-msft_0-1608186145015.png

Sample .pbix

 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

ide
Regular Visitor

P.S. data in "what i want to get" chapter is invented.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.