Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bideveloper555
Helper IV
Helper IV

Refresh Odata Query on Published reports.

hi,

Below is odate query from microsoft website.

i was able to refresh on my desktop but i cant refresh on web service.

https://docs.microsoft.com/en-us/azure/devops/report/powerbi/sample-boards-sprintburndown?view=azure...

 

i have 2 connections on one report.

1.https://analytics.dev.azure.com/xxxx/xxxxx/_odata/v3.0-preview/      (full dataset from devops)

2. from above link, o data query.

 

my report data are able to refresh for first connection(full dataset) but not microsoft odata query.

 

can any one help how to refresh above microsoft odata on web service(power bi).

 

what am i missing.

FYI: On-premises data gateway is installed . my report refresh works but i can only see report updated from full data set devops but not microsoft odata query.

 

thanks

Vinay

3 REPLIES 3
v-eachen-msft
Community Support
Community Support

Hi @bideveloper555 ,

 

Your Odata is online, after publishing to Power BI Service, you don't need to set it in gateway connection.

You need to set it in Data source credentials, just select the dataset->setting->refresh->configure credentials.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

hi,

my refresh works with out error but there is no data on charts.

when i refresh on desktop,i can see data on charts.

thanks

Vinay

can you please help me to convert belo query into table.

Source:  https://docs.microsoft.com/en-us/azure/devops/report/powerbi/sample-boards-sprintburndown?view=azure...

 

let Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v3.0-preview/WorkItemSnapshot? " &"$apply=filter( " &"WorkItemType eq 'User Story' " &"and startswith(Area/AreaPath,'{areapath}') " &"and StateCategory ne 'Completed' " &"and DateValue ge Iteration/StartDate " &"and DateValue le Iteration/EndDate " &"and Iteration/StartDate le now() " &"and Iteration/EndDate ge now() " &") " &"/groupby( " &"(DateValue,State,WorkItemType,Priority,Area/AreaPath,Iteration/IterationPath), " &"aggregate($count as Count, StoryPoints with sum as TotalStoryPoints) " &") " ,null, [Implementation="2.0",OmitValues = ODataOmitValues.Nulls,ODataVersion = 4]) in Source

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors