Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |