Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Distinct formula with filter not working for calculated column

Hello,

I have a table with a calculated column. I want to show distinct values from 'ACT 2023'[Cost Center Group] that include "ABC". This is my current formula but returns error.

 

test = DISTINCT(FILTER('ACT 2023', CONTAINSSTRING('ACT 2023'[Cost Center Group], "ABC")))