Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a date column( Date Week Ending) . As my table has future dates , when i am adding this "Date week ending" to my Slicer, it is displaying Future dates also. But i want to limit this to current week ending date. Only wanted to add filters/Condition to my Dax.
The below is my date column:
Solved! Go to Solution.
Hi @Anonymous ,
Based on my test, you could refer to below formula:
Related date = IF([Date]>TODAY(),BLANK(),[Date])
Result:
Regards,
Daniel He
Hi @Anonymous ,
Based on my test, you could refer to below formula:
Related date = IF([Date]>TODAY(),BLANK(),[Date])
Result:
Regards,
Daniel He