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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I'm trying to create a calculated column for my DIM_DATE which indicates which range does the date for into ("Last 7 days", "Last 8-14 days", "Last 15-21 days") based on my single selected date slicer. For instance, if I choose June 10, 2022, the column would show "Last 7 days" for June 5 and "Last 8-14 days" for June 1.
The filter is based on DIM_DATE[THEDATE] column.
My current DAX formula is:
Calculated columns and calculated tables are evaluated once when the data is loaded and are static until the data is refreshed.
User | Count |
---|---|
11 | |
9 | |
6 | |
5 | |
4 |