Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello,
I'm hoping this is a simple request. My report has a calender table, and another table (All data) with a column. Date is added at different times to the All data table so I would like users to be able to select a max date in a slicer, which will then inform the last date in the calender. My calender is working is follows and will there fore pick up the last date of data available for example 19/12/2022:
Solved! Go to Solution.
@Anonymous , You can have column like this in date table
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]&"")
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
@Anonymous , You can have column like this in date table
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]&"")
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.