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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply

Optimizing data warehousing/ ETL

Hi everyone, 

 

I'm looking for advice on how to solve my data workflow. The IT lords prefer that I do not have access to the MySQL database, and they only provide seperate excels that I've structured like a database (Users, Orders, etc.) 

 

The excels download via an http link, but Power BI does not allow me to add it as a web link because the website/CRM requires multi-factor authentication. So, every day, I go in, download the excels, and replace them in our OneDrive. So inefficient. So painful. 

 

Does anyone have any tips on how to work around this? Is there a way to automate the downloading of these files, or a suggestion I can go back to the IT lords with regarding a data safe way for me to obtain the data. 

 

Please let me know, also willing to hire temporarily as consultant to guide this process. 

 

Thank you, 

 

Denisse

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey @ruesaint_denis ,

 

basically there are 2 issues, you are facing

  • MFA
  • No direct access to the underlying database

Until you can't use any authentication that does not require human intervention, you can't automate anything. For this reason I would ask the lorde if they can provide some kind of placement of the files, that does not use MFA. Then you might consider creating some kind of Power Automate that automatically moves the files to onedrive.

 

The other aspect is that you can access the database directly, this often happens to avoid overload on the database by large analytical queries. This can be a complex path, as you have to convince the lords that your requirement is important and that they will also benefit if they are more supportive.

 

Hopefully, this provides some ideas on how to tackle your challenge.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

3 REPLIES 3
TomMartens
Super User
Super User

Hey @ruesaint_denis ,

 

basically there are 2 issues, you are facing

  • MFA
  • No direct access to the underlying database

Until you can't use any authentication that does not require human intervention, you can't automate anything. For this reason I would ask the lorde if they can provide some kind of placement of the files, that does not use MFA. Then you might consider creating some kind of Power Automate that automatically moves the files to onedrive.

 

The other aspect is that you can access the database directly, this often happens to avoid overload on the database by large analytical queries. This can be a complex path, as you have to convince the lords that your requirement is important and that they will also benefit if they are more supportive.

 

Hopefully, this provides some ideas on how to tackle your challenge.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Hi @TomMartens , 

 

Thank you for your help and reply. Would you have any "secruity safe" suggestions on where/how the IT dept can transfer the files in order for me to automate the workflow? In my previous company they were looking to do an FTP site, but I'm not too familiar with the requirements there. 

 

Thank you, 

Denisse

Hi,  @ruesaint_denis 

As mentioned by @TomMartens , unless MFA is turned off, you cannot achieve any automation(Include automatic file transfer)

 

You can vote below idea which has the similar request.If there are enough votes, the Product Team will evaluate and take good consideration about it. 

MFA Authentication

 

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

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.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors