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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Josepatwentysix
Frequent Visitor

Help with new Measure

Hello there,

I'm kind of new in Power BI, and I was wondering if is it possible to create a new measure using two variables of two different query's. I took the EdX course, but I don't remember to have an exercise like this.

 For sure, if this is possible I will appreciate the advice of how to do it. Step by step likely. Hope someone sees my question and answer it.

The function that I need to do is a difference. Variable A, subtract Variable B (A-B).

Best regards.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi Josepatwentysix

 

I'm not sure if I fully understood your question, but I'll try to answer the question.

 

You have to create 3 measures in PBI Desktop.

 

1. Measure:

FirstMeasure = sum(Tabelle1[A])

 

2. Measure:

SecondMeasure = sum(Tabelle1[B])

 

Difference Measure:

Difference = [FirstMeasure] - [SecondMeasure]

 

Greetings

Hp Pfister

 

 

Measure A: calculate something

Measure B: calculate something

Measure Difference: = A - B

 

 

 

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi Josepatwentysix

 

I'm not sure if I fully understood your question, but I'll try to answer the question.

 

You have to create 3 measures in PBI Desktop.

 

1. Measure:

FirstMeasure = sum(Tabelle1[A])

 

2. Measure:

SecondMeasure = sum(Tabelle1[B])

 

Difference Measure:

Difference = [FirstMeasure] - [SecondMeasure]

 

Greetings

Hp Pfister

 

 

Measure A: calculate something

Measure B: calculate something

Measure Difference: = A - B

 

 

 

 

Of course, that's what I've learned already when both varibles correspond to the same Query. I was talking more like when one variable is from one Query or folder, and the other variable is from a different Query or folder.
 But if you wanted to say Tabelle1 and Tabelle 2, I guess you right, I'm gonna try with your explanation and promote you to solution.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors