Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Change parameter from query URL

I have a PowerBI report that pulls data from Azure DevOps using an OData query. In my dekstop data I created a parameter called 'Project' This parameter is used in my odata query:

https://analytics.dev.azure.com/{redacted org}/{redacted team}/_odata/v3.0-preview/WorkItems?$filter=WorkItemType eq 'Bug' and contains({CustomField}, [Project])

 

I am wondering if it's possible to adjust that parameter value once the app is published on the service. In this case, I'd like to be able to navigate to the report URL and pass it something like "https://app.powerbi.com/reportinfo?Project={some value}" and it use the passed in parameter to pull the data from ADS using that Odata feed

 

Is this possible?

1 Reply