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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Stanmore_1
Regular Visitor

Change Type without Query Editor

Hi,

 

I'm having issues connecting a Direct Query to a custom date table.  I know the issue is that I need to go into Transform Data and amend a 'Created On' column from DateTime to Date.  However, I have the 'The type of the current preview value is too complex to display' issue. 

 

From experience I know that changing the format here does nothing, and has to be done in query editor.  However, as I can't get to the query editor, I am stuck.

Stanmore_1_0-1723720749098.png

 

Any ideas?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Stanmore_1 ,

 

Thanks for the reply from DataInsights,  please allow me to provide another insight:

 

Please try converting the data type again in the power query editor without using a relationship. Complex relationships may result in ‘The type of the current preview value is too complex to display’ error.

 

Alternatively, you can try using dataflow, which is a collection of tables created and managed in the workspace of the Power BI service. A table is a set of columns used to store data, much like a table in a database. You can transform this data into well-formatted, actionable information within it. You can add and edit tables in a data flow and manage data refresh schedules directly from the workspace where you created the data flow.


More details can be found in the documentation: Creating a dataflow - Power BI | Microsoft Learn

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Stanmore_1 ,

 

Thanks for the reply from DataInsights,  please allow me to provide another insight:

 

Please try converting the data type again in the power query editor without using a relationship. Complex relationships may result in ‘The type of the current preview value is too complex to display’ error.

 

Alternatively, you can try using dataflow, which is a collection of tables created and managed in the workspace of the Power BI service. A table is a set of columns used to store data, much like a table in a database. You can transform this data into well-formatted, actionable information within it. You can add and edit tables in a data flow and manage data refresh schedules directly from the workspace where you created the data flow.


More details can be found in the documentation: Creating a dataflow - Power BI | Microsoft Learn

 

If your Current Period does not refer to this, please clarify in a follow-up reply.

 

Best Regards,

Clara Gong

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.

DataInsights
Super User
Super User

@Stanmore_1,

 

You could create a calculated column in the DirectQuery table, and create a relationship with the date table using this column. Example:

 

Created On Date = INT ( Table[Created On] )

 





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

Proud to be a Super User!




Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors