The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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: