Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello everyone!
I have a basic calendar that contains columns like date, week, year and month - always as numbers.
Now I need a filter - based on a calculated column - to filter on the last 6 months.
How would you build that for a calculated column?
New column =
if([Date]>=date(year(Today),month(Today)-6,day(Today)), "Last 6 Month","Other")
Hi @joshua1990 ,
Try this code for a new calculated column: