Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Delion
Helper IV
Helper IV

Create label time intelligence

Delion_0-1613544704719.png

 

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

 

 

1 REPLY 1
rfigtree
Resolver III
Resolver III

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")

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.