Forum Discussion
gap
Helper I
3 years agoKeep filter from visual - Ignore row context
Hello I need to calculate a percentage of how many times a value has been overwritten based on the total records for a selected period. To simplify things, lets just say that i need to show the m...
amitchandak
Super User
3 years agogap , Try with all
CALCULATE(MIN('Noonreports Override Value'[FromUtc]), all('Noonreports Override Value'[FromUtc]))
- gap3 years ago
Helper I
Thanks for your reply, but using All will also remove the filter from the slicer, so its not an option