Forum Discussion
ALLEXCEPT allow filter not explicitly add in the ALLEXCEPT
- 7 years ago
hi, vbourbeau
You could try this way as below:
step1:
Create a date table and then create a relationship with basic data table.
use ALL() Function in your formula like this
Measure = CALCULATE(SUM(data[Hrs]),ALL(data[Client],data[Quart],data[Quart day]))
Add the fields that will be dragged into slicer into ALL() conditional.
Result:
Best Regards,
Lin
Hi,
I can't use the interactions because I want to use this mesure in a calculation as denominator.
Look the above pbix it's a simple one and the behavior occur.
Play with each filter and see the measure change even if I use Allexcept. Only the date must affect .
I don't find where I can attatch a file to the post? I put a wetransfer link but it will not stay long there...
hi, vbourbeau
You could try this way as below:
step1:
Create a date table and then create a relationship with basic data table.
use ALL() Function in your formula like this
Measure = CALCULATE(SUM(data[Hrs]),ALL(data[Client],data[Quart],data[Quart day]))
Add the fields that will be dragged into slicer into ALL() conditional.
Result:
Best Regards,
Lin
- vbourbeau7 years ago
Resolver II
It's working but I don't understand why we need to create an other table?