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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

No update from SQL Server

Hi everyone,

 

I am working with a database from SQL Server imported in Power BI Desktop with Direct Query, but I have problems updating my graphics.

 

In SQL Server I built a trigger so that, when I add a new row to my data, a statistic model is estimated. In my dataset I have a datetime variable and in Power BI I use it in a two-dimension table.

 

When I add a new observation with a new datetime, the trigger works but when I update my Power BI graphic the new observation with new datetime is not there. I don't understand why.

 

I tried with some easy examples and they worked. I imagine it is because the datetime I insert is not loaded as datetime but as a string, I tried to look for some solution but they were not good. How can I convert a string to a datetime? I know it's not difficult, but I am not able to convert it while giving it to my INSERT INTO command in SQL Server.

 

I hope I explained my issue well. Please ask for anything more.

 

Thank you in advance!!

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi nick93,

 

As you said, you are using power bi to connect to SQL Server database with direct query, but in direct query mode data model can't be changed so are you trying to connect to SQL Server database with some SQL Statement like "insert ... into ... " using query parameter? If so, you can use power query function 

DateTime.FromText(dateTime as nullable text, optional culture as nullable text) as nullable date 

to convert text to datetime format.https://msdn.microsoft.com/en-us/query-bi/m/datetime-fromtext.

 

Regards,

Jimmy Tao

 

 

 

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

Hi nick93,

 

As you said, you are using power bi to connect to SQL Server database with direct query, but in direct query mode data model can't be changed so are you trying to connect to SQL Server database with some SQL Statement like "insert ... into ... " using query parameter? If so, you can use power query function 

DateTime.FromText(dateTime as nullable text, optional culture as nullable text) as nullable date 

to convert text to datetime format.https://msdn.microsoft.com/en-us/query-bi/m/datetime-fromtext.

 

Regards,

Jimmy Tao

 

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.