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
Kanat
New Member

visualization with day months and years

Hello,

At this time I creating dashboards for a large company, 

And I looking for visial where i can show some days, months and years of productions. (example in attachment) but in my examle there are 3 visials separately days, month and years, but i need one visuals where i can see days, months, years.

visuals.PNGCan you please help me.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Kanat , You need create a new column like

 

Switch ( True() ,

[Date] <= today() && [Date] > eomonth(Today(),-1) , Day([Date]) ,

[Date] >= eomonth(today(), -1*month(today()) ) +1 , format([Date], "mmm") ,

year([Date])

)

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Kanat , You need create a new column like

 

Switch ( True() ,

[Date] <= today() && [Date] > eomonth(Today(),-1) , Day([Date]) ,

[Date] >= eomonth(today(), -1*month(today()) ) +1 , format([Date], "mmm") ,

year([Date])

)

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.