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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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.


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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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