Forum Discussion
Get values outside the range selected
- 9 years ago
Hi,
This is not issue of "out of range" table. I meaned that in the formula
Table = SUMMARIZE(Filter(Test, Test[date] > Date(2016, 7, 31)), Test[Year], Test[Month Name], "monthAmount", sum(Test[amount]))
the value "Date(2016, 7, 31)" has to be a fixed value instead of a dynamic value here. You have to calculate it manually and put it here.
Your plan to make a slicer to filter records in a table dynamically is not supported currently.
Best Regards
Alex
- 9 years ago
Hi Alex, thanks for your help. Finally, I could generate a new table and calculate some measures from there.
Sounds like you need something along the lines of ALLEXCEPT where get rid of your "date" context filter but keep everything else.
- pfprado9 years agoFrequent Visitor
I tried, but not works. I dont know how to use ALLEXCEPT function correctly. Can you help me?