Forum Discussion
LUCASM
Helper IV
3 years agoCALCULATE TABLE with Filter
I am tring to create a dynamic table from my source table based on a date slicer The date slicer [Period] looks like this "Week 38 2022" - pretty useless in itself I do also have another numeric co...
vanessafvg
Community Champion
3 years agosorry it was late and i missed that, he is 100% as you will not have row context which you need for selectedvalue.
vanessafvg
Community Champion
3 years agowhat if you created a variable using this?
var currdte = CALCULATE ( 'table'(date] ), ALLSELECTED( 'table'[date] ))