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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Kees
Helper I
Helper I

Simple calculation

Hi,

 

Here is the new bee again.

 

What seems a simple action (at least in EXCEL) is substracting (or multiplying / deviding / adding)) with values seems for me harder then I thought. When I search in the forum and google I see a lot of calcutations based on date fields and with needed filtering.

Situation:

2 tables: Forecated hours and Actual Hours, both with columns per month (apr, may, jun etc). with the number values.

Kees_0-1673366917071.png

Goal:

Substract Actual minus Forcast per month and presen in visual.

Think I need to create ( in think it needs to be a measure) to capture the outcome of Actual Oct - Forecast Hours.

 

I'm kind of stuck and perhaps overcomplicating a solution, is there a simple soluton?

 

Any suggestions?

 

Brgds Kees

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Kees ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours. The model relationships are shown below.

vtangjiemsft_0-1673401755829.png

(2) We can create measures. 

Actual - Forecated = MAX('Actual'[Actual Hours])-MAX('Forecated'[Forecated hours])
Actual Oct - Forecast Hours = CALCULATE('Actual'[Actual - Forecated],FILTER('Actual','Actual'[Month]="Oct"))

(3) Then the result is as follows.

Picture1.pngPicture2.png

Best Regards,

Neeko Tang

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
Ashish_Mathur
Super User
Super User

Hi,

You should be using the "Unpivot Other Columns" feature in the Query Editor to flatten the table first.  To receive further help, share the two tables (in a format that can be pasted in an MS Excel workbook).


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi @Kees ,

 

According to your description, here are my steps you can follow as a solution.

(1) My test data is the same as yours. The model relationships are shown below.

vtangjiemsft_0-1673401755829.png

(2) We can create measures. 

Actual - Forecated = MAX('Actual'[Actual Hours])-MAX('Forecated'[Forecated hours])
Actual Oct - Forecast Hours = CALCULATE('Actual'[Actual - Forecated],FILTER('Actual','Actual'[Month]="Oct"))

(3) Then the result is as follows.

Picture1.pngPicture2.png

Best Regards,

Neeko Tang

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

Thanks! Slightly adjusted, but it brought me on the right track!

 

Brgds Kees

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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