Hello All,
I am using this small code in M query (power BI) to extract data out of monday board.
But when i try to schedule a refresh in power BI platform it says “not authenticated”.
Can any one help me to find a way to add authentication in the code or how can i login to this https://api.monday.com/v2 so that power BI can authenticate itself. Any help will be appreciated.
Thanks for reaching out to the community and allowing us to help! My warmest welcome and I hope you enoy your stay with us.
@TMNXT-Dev thanks so much for your quick and helpful suggestion as usual! I do think that should be the solution to the issue.
Just to drive this point further, you can find your API v2 key in your monday.com account’s Admin section (if you are an Admin). You’ll need to jump to the API tab, like so:
Hello @TMNXT-Dev
I tried the way you mentioned. But i still couldn’t authenticate in Power BI for schedule refresh.
Authentication method is basic. Error is:
Failed to update data source credentials: The credentials provided for the Web source are invalid. (Source at https://api.monday.com/v2.)
Even if Authentication level is anonymous, it’s still the same error.
Also in the Gateway option i cannot see my personal gateway and see something like
“You don’t need a gateway for this dataset, because all of its data sources are in the cloud, but you can use a gateway for enhanced control over how you connect.”
Hi @TMNXT-Dev,
It didn’t worked unfortunately.
is it http request within Power BI? Or it is because of the Monday API ?
because i found some information where it is possible with different web sources.
To be completely honest here I’m not quite sure at the moment where the problem is occurring (whether it is on the on the PowerBI side, or a response from the API due to a malformed auth header).
I’d like to get a better picture of what you’re seeing on your end - would you mind posting some screenshots walking us through the steps you’re taking on your end and showing the error you’re seeing? This will help us better understand.
@dsilva@AlexSavchuk@TMNXT-Dev@dipro
Thank you all for your responses. It worked finally. Actually we don’t have to authenticate the credentials in power BI as we are using the key in script. we have to check “skip test” option while providing credentials and that’s all.