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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
HippySippy
Frequent Visitor

Max by group by not working

Hi All,

Please can I know why my max by group by is not working?

I reffered to various threads in here and they have done the same , but doesn't work for me.

I need to find the maximum of 'Changed date' by employee, but it returns the maxium for the table.

PowerBI.jpg

1 ACCEPTED SOLUTION

I just opened a new power BI and connected, my intial formula works!

max date = CALCULATE(MAX(Sheet1[changed date]),ALLEXCEPT(Sheet1,Sheet1[employee]))
 

Thanks amit for your time and suggestions.

 

PowerBI.jpg

View solution in original post

7 REPLIES 7
amitchandak
Super User
Super User

You are using on the same table that is causing an issue. Ref -https://docs.microsoft.com/en-us/dax/allexcept-function-dax

Try using employee from the employee dim

Hi Amit,

Thanks, but I don't have a dimesion table. 

Is it possible to find the maximum within the same table?

Hi,

I am a newbie to power BI and DAX,  couldn't understand where the test107measure column/measure came from in the formula  ?

https://community.powerbi.com/t5/Desktop/Calculate-subtotal-using-dax/td-p/564402

 

 

Test107 = CALCULATE(SUM(Test107Measure[Sales]),FILTER(ALL(Test107Measure),Test107Measure[Client]=SELECTEDVALUE(Test107Measure[Client]))) 

 

Should be something like this in your case

 

Max Employee = CALCULATE(max(sheet1[change Date]),FILTER(ALL(sheet1),sheet1[employee]=SELECTEDVALUE(sheet1[employee]))) 

 

 

So it might work as a measure

I just opened a new power BI and connected, my intial formula works!

max date = CALCULATE(MAX(Sheet1[changed date]),ALLEXCEPT(Sheet1,Sheet1[employee]))
 

Thanks amit for your time and suggestions.

 

PowerBI.jpg

I also noted that this case is simillar to me but works 😞

https://community.powerbi.com/t5/Desktop/Filter-only-highest-value-by-category/m-p/118551#M50044

 

Any hhelp will be greatly appreciated.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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