Forum Discussion
NenadV
5 years agoHelper III
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...
- 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.
BA_Pete
5 years agoSuper User
Kudo'd OP for a really well-presented and clear request. An example of how help requests should look!
Pete