I have a dataset that works fine in Power BI Desktop but not in Dataflows. It has a source that connects to a rest api . API key is used as the username and the password is left blank.
When I copy the dataset to dataflows this error message appears:
"The given credential contains a property with a null value. Data source kind: Web. Property name: Password."
How can I fix it?
Thanks!