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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
gidon
Helper II
Helper II

Create a Calander

Hi

i have a date table

look like this  i want to creat a table that will be my calander , start date will be the lowst date , end date will be the highst date

in the table , the date colmun name is CUR , i want to have all date in my calader , even if they do not show the data table ,

thanks

gidon

 

 

 

FactpartcustQuantUnitPCURIV
Invoice1001100050010/10/151
Invoice2003550060011/11/142
Invoice3006700070012/12/153
Invoice20071500080003/15/134
Invoice1008900040003/12/115
Invoice2009900030003/12/096
Invoice3001900020003/12/077
Invoice4003900025008/15/128
Invoice1006900050007/07/179
1 ACCEPTED SOLUTION
KHorseman
Community Champion
Community Champion

Hit the New Table button. I don't know what the sample table you showed is named so I'm just going to call it TableName. Enter this formula, adapted with the correct name for your table:

 

 CalendarTable = CALENDAR(
	MIN(Tablename[CUR]),
	MAX(TableName[CUR])
)




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
KHorseman
Community Champion
Community Champion

Hit the New Table button. I don't know what the sample table you showed is named so I'm just going to call it TableName. Enter this formula, adapted with the correct name for your table:

 

 CalendarTable = CALENDAR(
	MIN(Tablename[CUR]),
	MAX(TableName[CUR])
)




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Amazing so easy one command  , just great

thanks

gidon

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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