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
Deployment Pipelines - Remember selected stage
Every time we go into a deployment pipeline, it defaults to selecting the Development stage. I believe that it would be very rare to have a user select the Development stage. It would be helpful if d...PeterDaniels6 hours agoAdvocate IINew1View0likes0CommentsDisable auto-restore previous session's tabs in new Fabric sessions
Description: Since a recent update, starting a new Fabric session — for example by opening Fabric in a new browser tab — automatically reopens all the item tabs that were left open from a previous s...MathieuVr13 hours agoFrequent VisitorNew56Views5likes1CommentExported PDF from PowerBI to not have any indents/borders
Currently, using the "Export to PDF" option in PowerBI results in two consistently buggy results: A white border/indent is generated, increasing the size of the page from 8.5x11 to 9x11.5 Sometime...EliShalev16 hours agoNew MemberNew13Views0likes0CommentsAdding a Container for Logical Grouping of Activities in Data Pipelines
Dear Team, I would like to propose a feature enhancement for Data Pipelines in Microsoft Fabric that allows the logical grouping of activities into a container. This container would serve to: Im...lukas_karlovsky17 hours agoNew MemberPlanned877Views15likes5Comments