Forum Discussion
Slicer question
- Anonymous2 years ago
Hi amandabus21 ,
I created a sample data to help you with your problem.
Sample data:Add new measures:
Workdays = WEEKDAY(SELECTEDVALUE('Table'[Date]),2)Salestotal = CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Workdays]<=5))Final output:
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi amandabus21 ,
I created a sample data to help you with your problem.
Sample data:
Add new measures:
Workdays = WEEKDAY(SELECTEDVALUE('Table'[Date]),2)Salestotal =
CALCULATE(SUM('Table'[Sales]),FILTER('Table','Table'[Workdays]<=5))
Final output:
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired out put and pbix file without privacy information.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.