Excel Power Query only refresh the data with me, not with other users

Jeanneke de Ligt 1 Reputation point
2021-10-18T13:45:15.13+00:00

Hi,

I have an issue that I can't get resolved and I hope someone knows what's going on and can help me with a solution.

I created a native query in Excel (2016) using Power query.,

This query execute a stored procedure with parameters on a SQL server .

This value of a parameter is entered by the user in the relevant worksheet. So these values are the input for the query.

The command that is finally executed by Power Query then looks like this:

Exec <sp_getdatafromtable>'param1', 'param2', 'param3'

This is the input screen were the user can enter the parameter values :
141422-input.png

This is how it looks
141389-power-query.pngin Power Query:

This the M code:
141367-m-code.png

Now the issue is that the data is only refreshed with me, but not with the final users.

All these users have access rights to the sql server in question. One even has admin rights (like me).

I have no idea what the cause is.

Who can help me with this?

thanks in advance,

Jeanneke.

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,638 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Viki Ji_MSFT 4,411 Reputation points
    2021-10-19T07:51:35.24+00:00

    Hi @Jeanneke de Ligt ,
    Welcome to Q&A forum!

    According to your description, I think the issue may be related to the file permission level.

    • Did you create the file? And where did you save the Excel file?
    • How did you share the file with others? Please raise the other users's permission level on the Excel file to the Full Control to see if it is feasible.

    In addition, do other users have any prompts when refreshing? If so, please share with us.

    Any updates, please let me know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Jeanneke de Ligt 1 Reputation point
    2021-10-25T16:25:24.257+00:00