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
bourne2000
Helper V
Helper V

Visuals are not appearing when I connect the date table to other table


Hi

 

I am having an order table that I have taken from the MySQL database. Then, I created a Date table in Power Query. I connected the date column in the date table and the order request table in the order table. 

 

bourne2000_0-1621319798369.png

 

I am trying to create a bar graph for the date vs the count of Order ID. I took the date from the date table. I am not getting visuals and date columns are showing blanks. Please advise what's wrong with my approach?

 

 

bourne2000_1-1621319982927.pngbourne2000_2-1621319993582.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@bourne2000 , your date table does not have all the required dates. Or date in the table has timestamp. 

 

If yes, Then create a date from timestamp  like

 

Date = [datetime].date
or
Date = date(year([datetime]),month([datetime]),day([datetime]))

 

Why Time Intelligence Fails - Power bi 5 Savior Steps for TI: https://youtu.be/OBf0rjpp5Hw

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@bourne2000 , your date table does not have all the required dates. Or date in the table has timestamp. 

 

If yes, Then create a date from timestamp  like

 

Date = [datetime].date
or
Date = date(year([datetime]),month([datetime]),day([datetime]))

 

Why Time Intelligence Fails - Power bi 5 Savior Steps for TI: https://youtu.be/OBf0rjpp5Hw

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.