Forum Discussion
Summarizing columns from three different date ranges(Please let me know if this the correct approah)
Hi Anonymous
Please have a look at the .pbix file created.
I contains 4 measures:
Slicer 1 Value = CALCULATE(COUNTROWS('Table'), 'Table'[StatusDate] in VALUES('slicer 1'[Date]))
Slicer 2 Value = CALCULATE(COUNTROWS('Table'), 'Table'[StatusDate] in VALUES('slicer 2'[Date]))
Slicer 3 Value = CALCULATE(COUNTROWS('Table'), 'Table'[StatusDate] in VALUES('slicer 3'[Date]))
Total Slicer Value Selection = [Slicer 1 Value] + [Slicer 2 Value] + [Slicer 3 Value]
which evaluate to the values you are looking for
Hope this helps
richbenmintz Yes this the result I was expecting but when I click on the slicer 2 value and "Interventional Non TX" which has 7 counts should only display 7 but display the entire row count 13. Is there a way to display only 7 in detail report? should I use a matrix ? please suggest
- richbenmintz6 years ago
Resident Rockstar
Hi Anonymous,
Not really sure what you mean selecting the value in the table created it does not filter the table, what detail visual are you referring to
- Anonymous6 years agoNot applicable
Hi richbenmintz i am referring to another table visual I added that contains a list of statusdate and intervention type
- richbenmintz6 years ago
Resident Rockstar
Hi Anonymous,
Given that your date dimensions are not connected to the fact table, you will need to include the measure in your detail visual.