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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Yulius
Frequent Visitor

How to create calender in report ?

calender.png

please help me, i want to create calender in power bi report. Nothing could provide a way to create a calendar in power report bi?

 

thanks 

2 ACCEPTED SOLUTIONS
tringuyenminh92
Memorable Member
Memorable Member

Hi @Yulius,

 

 

To show current Month and Year of your data, you could create Calculated Measure:  Current Month Year = Max(DateColumn).Month or Format(maxdateMeasure)

 

Current Month Year = MAX(DimDate[FullDateAlternateKey])

or

Current Month Year with format = FORMAT( MAX(DimDate[FullDateAlternateKey]),"MMMM, yyyy")

 

 

2016-12-20_13h05_34.png

 

 

If this works for you please accept it as solution and also like to give KUDOS.

Best regards
Tri Nguyen

View solution in original post

Hi @Yulius,

 

If you are using import mode, you could choose Modeling tab -> New table->

 TableDatesName= Calendarauto() 

or

 TableDatesName= Calendar(fromdate,todate)

(fromdate, todate could be created by Date(Year,Month,Day))

View solution in original post

3 REPLIES 3
tringuyenminh92
Memorable Member
Memorable Member

Hi @Yulius,

 

 

To show current Month and Year of your data, you could create Calculated Measure:  Current Month Year = Max(DateColumn).Month or Format(maxdateMeasure)

 

Current Month Year = MAX(DimDate[FullDateAlternateKey])

or

Current Month Year with format = FORMAT( MAX(DimDate[FullDateAlternateKey]),"MMMM, yyyy")

 

 

2016-12-20_13h05_34.png

 

 

If this works for you please accept it as solution and also like to give KUDOS.

Best regards
Tri Nguyen

1.png

hi @tringuyenminh92,

 

thanks for replay and formula .

 

btw, you create new table calender ?

how to create new table format in there. please tell me or you have a reference to it.

 

Thanks 

Hi @Yulius,

 

If you are using import mode, you could choose Modeling tab -> New table->

 TableDatesName= Calendarauto() 

or

 TableDatesName= Calendar(fromdate,todate)

(fromdate, todate could be created by Date(Year,Month,Day))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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
Top Kudoed Authors