Forum Discussion
JulianS
8 years agoAdvocate II
time intelligence get max date with slicer time
Hi everyone, i'm working on a solution to enable my users for the following: use a between slicer for activity date get latest activity data for each customer within the given time frame ...
Greg_Deckler
8 years agoCommunity Champion
Didn't look at your PBIX file but you should be able to use MAX to grab the latest date from your slicer. Then you can just do a MAXX on an ALLSELECTED of your table that is FILTER'ed to dates less than your MAX. Then it is simply a FILTER on an ALLSELECTED for entries that match that given date and then an "X" function (SUMX, MAXX, AVERAGEX, etc.) for whatever you are trying to caculate. If I have time, I'll take a look at the PBIX file.
JulianS
8 years agoAdvocate II
Hi Greg_Deckler,
thank you for the hints but i couldn't come up with a working formula yet.
I would be very grateful if you could provide an example for me.