Forum Discussion

Codinghiwot's avatar
Codinghiwot
Regular Visitor
7 years ago
Solved

DAX Power BI

Hello,

 

is there any way to ignore slicer using Calculated but no aggregate function? like SUM, COUNT

 

I am trying to get date values from my date column as they are and without being filtered.

 

below is what I tried but doesn't give what I want

 

Owned = Calculate(Values(TableName[Column]), ALLEXCEPT(TableName, TableName[Column], TableName[Column]))

1 Reply