Forum Discussion

NenadV's avatar
NenadV
Helper III
5 years ago
Solved

Slicer does not filter visual

I have data model with three tables: and here is data from these tables: and now I want to create report with one slicer with nameA values, and one table, with nameB column and number o...
  • AllisonKennedy's avatar
    5 years ago

    You can try doing 

    Measure = SUMX(TableB, 0 + COUNTROWS(C))

     

    Adding +0 to a measure can act as a cross join or clear filters when multiple table relationships are involved.