Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Dears,
I am trying to pass $filter as query parameter to Web.Contents, so that I can enable scheduled refresh.
url = GetGraphURL(AzureKind)&"/"&TenantName&"/users",
queryParameters = [
#"api-version" = 1.6,
#"$filter" = "objectId eq '"&principalId&"'"
// Add any other query parameters here
],
Source = Json.Document(Web.Contents(url,[Query=queryParameters])),
The above does not work.
However, if I pass url without Query option in Web.Content, as shown below, it works.
url = GetGraphURL(AzureKind)&"/"&TenantName&"/users?api-version=1.6&$filter=objectId eq '"&principalId&"'",
Source = Json.Document(Web.Contents(url)),
But this does not support scheduled refreshing.
Please advise.
Thank you.
what is the error message?
BTW, for scheduled refresh you will also need to use RelativePath.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
27 | |
27 | |
25 | |
13 | |
10 |
User | Count |
---|---|
24 | |
21 | |
19 | |
17 | |
10 |