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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi is it possible to do like table above ?
I need to create a slicer for last day, last 30 days and last month for very month in all values in one table not only one measure
Thank
hi, calculated column.
didnt do exactly as you specified but you will get the concept.
=var _Today = TODAY()
return
SWITCH(TRUE(),
Table1[date]=_Today,"Today",
DATEDIFF(Table1[date],_Today,DAY)<=30,"Last 30",
"Other")
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!