Forum Discussion
stevezly
Helper I
4 years agoMedian giving incorrect values
Hi All, I am trying to calculate median over some grouped data, but the "median" value I get back is the same for each group which cannot be correct. Am I missing something here? Thanks ...
- 4 years ago
It would be returning the median across the entire dataset, it wouldn't be split into any categories.
johnt75
Super User
4 years agoAh, I don't know enough about RLS to be able to help with that.
stevezly
Helper I
4 years agoI do find it strange though, that the RLS works fine when I use the summarize function in a calculated column, but it doesnt when i use it as a variable table.
- johnt754 years ago
Super User
Are you sure that RLS is being applied to the calculated table? The table would only be calculated during data refresh, so I don't think that RLS would come into effect - there wouldn't be any logged in user at that point
- stevezly4 years ago
Helper I
That's why I'm using the calculated table; to bypass the RLS filter. Although it seems like there is no solution to my problem as these calculations are incompatible with the slicer.