Forum Discussion
SUM rows filtered by data segmentation
Hi:
In your date table, please mark column date as Date Table. Then add calc columns to date table.
WEEK No. = WEEKNUM(DateTableName[Date])
YEAR = YEAR(DateTableName[Date])
Month No. = MONTH(DateTableName[Date])
Connect your date table date filed to your facttable date column, to create a relationship.
Stay with original measure Total = SUM(Table[offlinetime])
Add slicer taking week no field from date table. picture below.
Use slicer to get the the values you want for sum of offlinetime.
Hello,
thanks for your tip.
However, I can not use the week as a slicer. I need to use the complete date. And the full date is not working as well. 😕
- Whitewater1004 years agoSolution Sage
Hi:
That doesn't make too much sense to me as I can't see your model. Can you supply this file for a more complete answer?
Thanks
- Anonymous4 years agoNot applicable
Of course not. This file is for my organization. lol
I'm not studying. I'm working.