Forum Discussion
Anonymous
2 years agoNot applicable
Slicer and card measure interaction problem
I have gone through the forum and have not been able to find a solution. I have a Date and Area slicer on one page. All of the date and area values are in the same table. The date slicer works fine, ...
- Anonymous2 years ago
For anyone that might need it later, I just created a separate table for area and used that for the slicer. Everything works well now.
AreaTable = VALUES('Area Counts'[Area])
Anonymous
2 years agoNot applicable
For anyone that might need it later, I just created a separate table for area and used that for the slicer. Everything works well now.
AreaTable = VALUES('Area Counts'[Area])