Forum Discussion
Max by group by not working
- 7 years ago
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.
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?
- amitchandak7 years ago
Super User
Ref this. Seems like same case
https://community.powerbi.com/t5/Desktop/Calculate-subtotal-using-dax/td-p/564402
- HippySippy7 years agoFrequent Visitor
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])))
- HippySippy7 years agoFrequent Visitor
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.