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
cristianml
Post Prodigy
Post Prodigy

End user Upload a csv file to Power BI Service from Dashboard with a button

Hi,

I'm looking for the possibility to Upload a csv file to Power BI Service from Dashboard with a button (from CANVAS) and then this to be the dataset for the same Dashboard.

 

I was thinking using Python within functionalities in PBI service.

 

Hope you can help me on some ideas or the code for this.

 

Thanks !

 

1 REPLY 1
Villezekeviking
Most Valuable Professional
Most Valuable Professional

You should be able to do this using Power Automate.

Add a flow button on the canvas of your report. When clicked, the flow should ask for a file to be uploaded as it's required input.

Take the file and put it in a SharePoint Online document library, overwriting the existing file with the same name.

This file should be used as the source of the dataset.

Final step - Refresh the dataset.

 

I have'nt tried it myself but it should work! In theory.

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