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
Hello
I have been working on a way to filter a range of date period, from 2016Q1-2018Q4, by a selected value as the max period that will be displayed while keeping all periods prior. I have been trying to use a seperate table to filter these periods however I can only get them to filter the single selected period or they don't work. The code below was what I saw online but it doesnt seem to work when I try it.
DAX:
CALCULATE( Values( DatePeriod), Filter( Table1, Table1[DatePeriod] <= Values(Filter)))
Solved! Go to Solution.
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...