cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Raj123
Frequent Visitor

Creating extra line or in totals showing the difference between two rows

Hi,
I have matrix visual which has AgentID in row and Date in Column- grill down to month and measure in values.
My condition is to create extra line in row  or to show in total, the measure difference between "agentID 1" and "agentID 3"

(1-3).

I have added two sample table to show what i have and what i need. 

 

Thanks in advance.

 

Current Output

Year2022  
Agent IDJanFebMar
1102030
251015
3246
Total173451

 

Required Output

Year2022  
Agent IDJanFebMar
1102030
251015
3246
Total81624
1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@Raj123 try this, you can tweak the solution as you see fit.

 

Sales = SUM ( Table[Sales] )

Agent 1 Sales = CALCULATE ( Table[Sales], Table[Agent] = 1 )
Agent 3 Sales = CALCULATE ( Table[Sales], Table[Agent] = 3 )

Measure for Matrix = 
IF ( HASONEVALUE ( Table[Agent] ), [Sales], [Agent 1 Sales] - [Agent 3 Sales] )

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

4 REPLIES 4
parry2k
Super User
Super User

@Raj123 try this, you can tweak the solution as you see fit.

 

Sales = SUM ( Table[Sales] )

Agent 1 Sales = CALCULATE ( Table[Sales], Table[Agent] = 1 )
Agent 3 Sales = CALCULATE ( Table[Sales], Table[Agent] = 3 )

Measure for Matrix = 
IF ( HASONEVALUE ( Table[Agent] ), [Sales], [Agent 1 Sales] - [Agent 3 Sales] )

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@parry2k  Thank you very much, it worked.Sorry, took time to reply, 

MFelix
Super User
Super User

Hi @Raj123 ,

 

Is this calculation to be done always on first and last name on the table? So in this case is 1 - 3 but if you have any other will be the other values?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Raj123
Frequent Visitor

Hi @MFelix ,
This is always done on first and last name. that is 1 - 3.
Thank you

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors