how to query from web to excel with power query. I tried but no table appears in power query is there an error or there is another solution with vba or else.
Thanks
You don't see any table because you didn't provide any credentials and Excel isn't logged into your account.
Related
Lets say I have a file on SharePoint. I would like to see which permissions this file has using Power Automate. Is there a way to retrieve such information?
I don't seem to be able to find the correct option in Power Automate.
Thank you.
I want to pull data in Power Query. This data is coming from a web-based shared drive and it is password protected. Any help?
I would like to ask you, if there is any way where I can query an Access Database, which is stored on SharePoint, using Excel Vba code and without using the "Get Data" functionality in the Excel.
In other words, how I can connect my excel spreadsheet to the access database on SharePoint Online using ADODB or DAO etc.
Thank you in advance.
The Scenario
Step 1:- User clicks a link which redirects to excel online.
Step 2:- The excel on load will fetch the data from SQL azure (or can use ODATA feed ) using logged in user ID. (some custom logic to filter data based on user).
I did some research and can see excel power query as an option, but i cannot provide SQL server authentication for fetching data from SQL azure, because i need the logged in User details. I tried using Azure AAD authentication for SQL azure, but seems like power query does not have that option either to connect to SQL azure with AAD integrated Authentication. For OData i can use custom authorization implementation but how do i get the user information (logged into excel online) and pass it to Odata.
Looking for help in two major parts:-
1) Any pointers on step 1, do i have to put a excel sheet somewhere in share point (any other options??) and share the link? in that case how does it work if two different set of users (who see data filtered based on permissions) will work?
2) Help on step 2, how do i bring the data to excel with SQL azure or using ODATA but based on logged in user.
P.S :- Correct me if i am in completely wrong direction or any better ideas to implement this scenario.
I have to create a multi user application, in which as per the parameters provided by user a report will be published in excel format. I need some help in figuring out that whether an integration of excel, ms access and sharepoint is possible? Something like - I can keep all my data in ms access and put an excel in sharepoint so that all the user can use it. Parameters selected by users will go and fetch data in ms access and then publish data and on the basis of that pivots will also be created.
Kindly let me know if something like this possbile and if it then what all steps i have to follow and what can be the challenges
Thanks