Connect to workbooks that are stored in Dropbox
15 Comments
- pbiideas1New MemberWorkbooks or CSV's etc. We have drop box and are the company is not willing to switch to one drive. If we could have the same setup for one drive with drop box that would be awesome.
- clark2New MemberAny update on this? This would be a really useful feature if we can do a web connection to dropbox
- adrian_stoppNew MemberAny update on this? We are looking at different BI tools and the dropbox function is a must - would it be possible to get an estimation on this feature (time or yes/no). I really like the "How can we improve Power BI", however, as for now I use it just to reference to what's possible and not in Power BI as I am a completely new user. I assume I wouldn't find many answers from dev team here? Having a two way communication would make "How can we improve Power BI" so much more useful (hopefully for both parties)...
- aveselyNew MemberYES!!! The ability to read a CSV file in a dropbox is very important to us too. Right now, this is the only way we can access our CSAT scores to put them on a dashboard.
- simonadell99New MemberMajor upvote for this. I've actually been trying OneDrive in lieu of Dropbox, but I'm sorry to say OneDrive is just a major pain-in-the-you-know-what, compared to Dropbox, and we aren't have anything luck with it.
- mostafa1New MemberI think it's a very clear to power bi team connecting to dropbox is very important! Any update?
- DIOGO2New MemberAny update?? I have lots of excel files in Dropbox that I need to use in Power BI. Please let us know when it is ready.
- fbcideas_migusrNew MemberWhile researching this topic, I noticed that all the examples given (in community forums) appear to be for the Dropbox v1 API, which has been deprecated and will be turned off in a few months (June 2017): https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/ The v2 API looks much more complex - there doesnt appear to be any direct equivalent for the method suggested above (single HTTPS call with an API Key). The authentication requirements now seem more complex: https://www.dropbox.com/developers/reference/auth-types#user It's stumped me - I hope the direct integration can be added soon!
- richard12New MemberYou can still do this with Dropbox v2, at least in Power BI Desktop (haven't tried in web) Basic steps - Create an app at http://www.dropbox.com/developers - Go here: https://www.dropbox.com/developers/documentation/http/documentation#files-download - In the example on that page, you will see a live link to "get access token". Click it. - In power bi, create a Web data source, and switch to advanced mode - The URL is: https://content.dropboxapi.com/2/files/download - Add header: Authorization, with the value "Bearer
" (without quotes) - Add header: Dropbox-API-Arg, with the value { path: "path\to\your\file.xlsx" } - Once the data loads, right click the blob you see in the query editor, select "Excel", and it's all good. The direct function if you want to skip the UI is: Excel.Workbook(Web.Contents("https://content.dropboxapi.com/2/files/download", [Headers=[Authorization="Bearer ", #"Dropbox-API-Arg"="{""path"": ""/Your/Path.xlxs""}"]]), null, true) - gregory2New Memberwe would like to be able to connect Power BI to our dropbox as well. Please let us know if this is something you are working on.
Recent ideas
Power Query Parameter create/use when connecting to a dataflow
In power query when you connect to a table in a dataflow there are no options to create or use a parameter for that dataflow. When connecting to SQL there is an option when setting up the connection ...ben_holmes2 hours agoNew MemberNeed Clarification193Views3likes1CommentParameterize Dataflow Gen2 data source connection
Allow the Dataflow Gen2 data source connection GUID to be parameterized and stored in a Variable Library. This would allow the same Dataflow to use different connections depending on the workspace/e...frithjof_v2 hours agoCommunity ChampionNeeds Votes34Views2likes1CommentExpose Power Query as a Standalone Runtime and Command-Line Interface (CLI)
Summary Power Query has evolved into one of Microsoft's most powerful data transformation technologies and is now used across Excel, Power BI, Fabric, Dataflows, Power Platform, and other products. ...juansgr_2 hours agoNew MemberAbandoned18Views0likes2CommentsExpose User Prompt and Agent Response Logs for Fabric Data Agents
Idea: As an engineer responsible for managing and improving Microsoft Fabric Data Agents, I currently have no way to view how users are interacting with the agents I’ve built. While it’s likely that...JoshuaPitzer4 hours agoAdvocate INew1.2KViews26likes2CommentsImprove relationship visualisation in Model View for large semantic models.
When working with complex models containing many fact and dimension tables, relationship lines frequently cross and overlap, making lineage difficult to follow. A useful enhancement would be to allo...jcheeseaos4 hours agoNew MemberNew10Views0likes0Comments