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.
Hi, I have an issue trying to set up a slicer for preset time periods like "Last 24 hours", "Last 48 hours" and "Last 1 week".
When pressing the diffrent time periods I want all of the data to show for that period. But since I'm using a calculated column that converts the date/time column to "24h", "48h" and "1w", it only show the 48-24 when pressing "48h". How can I make it so all data is included?
All help and tips are appreciated 🙂
Solved! Go to Solution.
Hi,
I am not sure I follow, but anyway I recommend creating this kind of time intelligence options using calculation groups. So either user Tabular editor or do the following:
1. Go to Modelling view and select calculation groups:
2. Press the ... and create a new calculation group:
e.g. 24h:
Example data and usage:
When applying the calculation group only the row which is within 24h is shown.
Proud to be a Super User!
Hi,
I am not sure I follow, but anyway I recommend creating this kind of time intelligence options using calculation groups. So either user Tabular editor or do the following:
1. Go to Modelling view and select calculation groups:
2. Press the ... and create a new calculation group:
e.g. 24h:
Example data and usage:
When applying the calculation group only the row which is within 24h is shown.
Proud to be a Super User!