Forum Discussion
Anonymous
6 years agoNot applicable
Tableau Function in Power BI
I've recently been tasked with moving some of my Tableau Dashboards over to Power BI and like a lot of the users on here, I'm struggling getting some stuff involving LOD's to function in DAX. It's pr...
- 6 years ago
Hello Anonymous
this measure won't work as a filter as it returns always a distinct count meaning a scalar value. And single scalar value can't not filtered. So you have to apply this formula as a new column in your data table and then using this new column as filter.
Hope this helps
Jimmy
Jimmy801
6 years agoCommunity Champion
Hello Anonymous
this measure won't work as a filter as it returns always a distinct count meaning a scalar value. And single scalar value can't not filtered. So you have to apply this formula as a new column in your data table and then using this new column as filter.
Hope this helps
Jimmy
- Anonymous6 years agoNot applicable
Thank you Jimmy! this worked and glad to know I was at least on the right track.
I really appreciate your help with this!
-Micah