Forum Discussion
ironboy0423
Helper I
2 years agoHow can we sum values based on selected date range but with certain filters need to consider
My current formula aggregates everything when two identical ids are included in the date range selected: Total Amount =
CALCULATE(
SUM('Amounts'[Amount]),
USE...
lbendlin
Super User
2 years agoKeep the tables disconnected. Read about TREATAS, and then use it with the VALUES from your date slicer to filter your fact table.