MS Excel Power Pivot, DAX is not calculating MIN(Year) properly

xaikus506

New Member
Joined
Oct 29, 2022
Messages
48
Office Version
  1. 365
Platform
  1. Windows
Hello everyone, I would like to ask for your assistance. I would like to generate the calculation similar to the summation of revenue per job with the condition of: 1. per region 2. using the smallest year per region. (for instance in APAC, from 2016 to 2022 it should reflect 2420, LATAM from 2017 to 2022 should be 950 and so forth). Thank you 😅
 

Attachments

  • Capture.PNG
    Capture.PNG
    137.5 KB · Views: 14
  • Capture.PNG
    Capture.PNG
    86 KB · Views: 14

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
You need to add an ALL(Year) type condition to your calculate function where you get the min. Otherwise you're only getting the min in the current year context, which is always the same year.
 
Upvote 1
Solution
You need to add an ALL(Year) type condition to your calculate function where you get the min. Otherwise you're only getting the min in the current year context, which is always the same year.
Thank you Rory
 
Upvote 0

Forum statistics

Threads
1,223,277
Messages
6,171,148
Members
452,382
Latest member
RonChand

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top