Forum Discussion
Not showing duplicates in visual
- 4 years ago
Hi, Anonymous
Latest_Date = var MaxDate = CALCULATE(MAXX(Users,Users[Date]), ALLEXCEPT(Users,Users[USER-ID])) return MaxDateIs this something that would fulfil your request?
Hi, vojtechsima
This is not really what I am looking for. In your example the name or email is equivalent to my testcase. I need the last result for every name(testcase) and not the latest in total. So in you example if there would be a name more than once, than only show the one thats latest. But thanks for your effort.
Hi, Anonymous
Latest_Date =
var MaxDate = CALCULATE(MAXX(Users,Users[Date]),
ALLEXCEPT(Users,Users[USER-ID]))
return MaxDateIs this something that would fulfil your request?
- Anonymous4 years agoNot applicable
This seems to be exactly what im looking for but if im using it, it doesnt remove the older values from the list. It just shows the latest date for both values. So still same amount of values...
- Anonymous4 years agoNot applicable
Hey vojtechsima ,
I have a Follow-Up question. is this also possible for only the selected values. I think this method refers to all values that are in Users. Can I also just refer to the values in table visual? So that the measure only takes these values into account instead of all?
Thanks
- vojtechsima4 years ago
Super User
Hi, Anonymous,
You can filter only Selected Values using ALLSELECTED function,
please refer here:https://docs.microsoft.com/en-us/dax/allselected-function-dax
- Anonymous4 years agoNot applicable
Thanks for the fast reply,
But if I do that it results in the same problem as state here.
https://community.powerbi.com/t5/Desktop/Measure-not-calculating-all-rows/m-p/2172462#M797802
And a lot of rows stay empty