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
snandy2011
Helper IV
Helper IV

Date Table is not working

 

Hi All,

 

I have made a Date table by that formula,

 

Datetable = ADDCOLUMNS(CALENDAR("25-09-2013","18-01-2018"),"Year",YEAR([Date]),"Monthnumber",FORMAT ( [Date], "MM" ),
"YearMonthnumber", FORMAT ( [Date], "YYYY/MM" ),
"YearMonthShort", FORMAT ( [Date], "YYYY/mmm" ),
"MonthNameShort", FORMAT ( [Date], "mmm" ),

"MonthNameLong", FORMAT ( [Date], "mmmm" ),
"DayOfWeekNumber", WEEKDAY ( [Date] ),
"DayOfWeek", FORMAT ( [Date], "dddd" ),
"DayOfWeekShort", FORMAT ( [Date], "ddd" ),
"Quarter", "Q" & FORMAT ( [Date], "Q" ),
"YearQuarter", FORMAT ( [Date], "YYYY" ) & "/Q" & FORMAT ( [Date], "Q" )
)

 

But, when i am using any column of this table for my visualization, it is showing nothing. I am attaching a screenshot for better understanding,

 

 

Screenshot (1).png

 

So for that, I wont be able to make any visualization,slicer and wite any formula using this date table.

Please help me to solve this problem. What wrong I have done?

 

Please answer.

 

Thanks,

snandy2011

 

 

 

2 ACCEPTED SOLUTIONS
jthomson
Solution Sage
Solution Sage

I assume you have related your date table to your main data table?

View solution in original post

Mbp
Frequent Visitor

Is the date table not working on it's own or only when used with the Demo table? 

View solution in original post

8 REPLIES 8
Mbp
Frequent Visitor

Is the date table not working on it's own or only when used with the Demo table? 

@Mbp In both cases.. 

 

The date table is not working on it's own and also with the demo table (when i use it with demo table)

Good to hear.

 

Your script for the date table worked fine for me when I used it.

 

What ended up being the issue?

 

 

 

Thanks a lot @Mbp

@Mbp I forgot to change the data type of the date column of the main table in the query edior.

jthomson
Solution Sage
Solution Sage

I assume you have related your date table to your main data table?

@jthomson Yes, I have already related. see below imageScreenshot (2).png

 

 

Still, it is not working..

 

Thanks,

snandy2011

@jthomson , I have solved my problem. It is working right now. Thank you very much for your kind reply.

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