Forum Discussion
rithu
3 years agoFrequent Visitor
How to remove a filter using DAX?
I have a column chart x is week and Y is a measure. I have a calculated column to filter and show the last completed week's data. Latest Week Check = IF(AND(REPORT[Fiscal Week]<REPORT[Current ...