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
Joanna219
Regular Visitor

Direct Query Data Transformation

Hi,
I am trying to create dashboards based on my Access Database after the transformation in Power Query. Currently, I am able to directly load my Access Database to Power BI. However, after I made the transformation to remove the duplicate rows in Power Query Editor, I was not able to "Apply" the changes to the Power BI, and the following error message popped out:
"We couldn't connect to your DirectQuery data source or internal model. Double-check that your server and database names are correct, and that you have permission to access them.
No OLE DB Error Information found."

I would really appreciate for any suggestions or comments.

Thanks.

3 REPLIES 3
dax
Community Support
Community Support

Hi @Joanna219 ,

According to your descripion, it seems to be connection problem, I tgink you need to check the datasource setting to see whether your credential  and connection string are correct. And you also need to check whether you have permission  to access the database.

Best Regards,
Zoe Zhi

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

 

Hi @dax 

Thank you so much for your response. I do have the permission to the Access Database because I am able to load my database to Power BI. However, if I transform my data instead of directly load my data, even though I could see the transformed data in the Power Query Editor, I could not load the transformed data into dashboards, the Power BI will freeze and pop out the error message that I illustrated in my previous discussion.

Do you know any other solutions which could remove the duplicates in Power BI instead of the Power Query Editor?

 

Thank you so much for your help!

 

Sincerely,

 

Na

dax
Community Support
Community Support

Hi @Joanna219 ,

You could create a calculated column, and use rankx function to sort column, then you could try to add this calculated column into filter and set filter to find value which is 1, then you will onlt see the distinct result.

Best Regards,
Zoe Zhi

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

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