The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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...