Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • Jimmy801's avatar
    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