Forum Discussion
Anonymous
6 years agoNot applicable
Month Cards
Hello everyone. I have some monthly cards I made for to quickly see current situation for a use case. They work untill I use a slicer till I use date slicers/filters which is logical. So I want them ...
- 6 years ago
You can switch off interactions
And have visual level filter on date.
Anonymous
6 years agoNot applicable
Hey AilleryO I tried this but didn't seem to work:
Billable CM Last Year= CALCULATE([Billable],All(fact_harvest_time),DATESMTD(ENDOFMONTH(dateadd(fact_harvest_time[date_id],-12,,MONTH))))
I also tried this but this gave an error (a table of multiple values was supplied where a single value was expected)
Billable LY MTD = CALCULATE([Billable],FILTER(All(fact_harvest_time),DATESMTD(ENDOFMONTH(dateadd(fact_harvest_time[date_id],-12,,MONTH)))))
AilleryO
6 years agoMemorable Member
Hi Anonymous ,
Is your slicer based on this table : fact_harvest_time ?
- Anonymous6 years agoNot applicable
Yep!