Forum Discussion
paulineCom
5 years agoHelper I
DAX Calculate funciton doesn't filter
Hello, I need help on this one, i have a XVENTES table (in direct query) witch contains a date (DateEve) and a ValEur column. I want to compare results of the previous month and the actual one, I...
- 5 years ago
Hi paulineCom ,
You need to create an unrelated calendar table as a slicer.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
V-lianl-msft
5 years agoCommunity Support
Hi paulineCom ,
You need to create an unrelated calendar table as a slicer.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
paulineCom
5 years agoHelper I
Thank you @V-lianl-msft it helped me a lot.
I'm not sure to understand how could it work with this table date unlinked to the sales table.
I've understand the dax function, it is really clear.
Sales[Date] <= MAX ( DimDate[Date] )
I ignored that would be possible. I mean, it's unlinked.
Many thanks for the example you gave me.