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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors