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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It 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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors