7,645 questions
0
votes
1
answer
77
views
Auth on SSIS OData or SQL Server connection to a PowerApps database
I have a PowerApps application with a database (I believe that's called "Dataverse", and also something to do with Dynamics CRM). The database has an OData interface, and I can consume it ...
0
votes
0
answers
31
views
Requesting older records from SuccessFactors using OData in SAP CAP
I'm trying to get records of the Position entity from SuccessFactors. I'm able to get records that are currently active as of today, but if I try to request earlier records, I get no results.
I'm ...
0
votes
0
answers
58
views
Code based implementation of an oData V4-Service throws not implemented when using $groupby
I created an OData V4 service last week in our SAP system, and I want to implement the groubBy clause.
I tried it like this:
?$top=5&$apply=groupby((Status),aggregate($count as COUNT))
just for ...
1
vote
1
answer
49
views
How can I roll up the remaining effort in an OData query to Azure DevOps?
I'm trying to query our Azure DevOps project to build a management dashboard with a few KPIs that can be easily sliced by area path, etc.
I've managed to get the basic data with an OData query of the ...
0
votes
0
answers
49
views
Is there a way to dynamically change URL for odata connection in power bi?
I am trying to pull the data from the microsoft reports url and use the table data to build out executive reports. The issue is that there are roughly 12 reports I want to pull but when I eneter the ...
-1
votes
1
answer
55
views
KendoReact Data Grid Odata Bearer Token
I'm demoing the Telerik Kendo React Data Grid-- seems fairly straightforward to me but I am attempting to implement their useOdataDataSource hook to pull in data from my API. But for the life of me I ...
Best practices
0
votes
3
replies
43
views
Get CRM entity timeline using OData
I'm kinda new to this but I already worked with CRM integration to do CRUD operations on CRM using the OData API https://myOrg.com/MyEnv/api/data/v9.0.
Now I'm trying to get all of the timeline for a ...
1
vote
0
answers
67
views
SSIS Package Configuration with OData
I am attempting to use package configuration for an SSIS package that uses an OData Connection manager.
I am using SSIS 2019 and Visual Studio 2022 running on Windows 10.
I am running the following ...
1
vote
0
answers
64
views
Can't get access to PBIRS API "powerbiserver/reports/api/v2.0/reports"
Windows Server 2012 with latest updates for NetFramework. PowerBi Report Server On Premise (updated to latest 09.2025 build).
Getting "Error 1255" when trying to access to API via "...
0
votes
0
answers
44
views
ADO | Powerquery | Odata | Test Execution| RunBy details
I need to get test execution details, especially the "RunBy" field, using the Power Query below to connect to Azure DevOps in Excel, but this data isn't being returned. Please assist.
let
...
0
votes
1
answer
94
views
SAP CDS OData annotation UI.lineItem missing in $metadata
I've created CDS entity with UI annotation and publisched it as OData, something like:
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label:...
0
votes
2
answers
139
views
SEGW Mapping on GetEntitySet (Query) setup for date range data
I've been hardstuck on making service to expose data through API/OData. The url I use:
http://server.serversap.com/sap/opu/odata/sap/ZGW_YTI_POS_SRV/EtDataSet?$format=json&sap-client=100&
$...
Advice
1
vote
0
replies
60
views
ASP.NET Core OData : implementing custom aggregate method
What is recommended way using Microsoft.AspNetCore.OData to implement custom aggregate method?
Using a CustomAggregateMethodAnnotation class will execute it in memory, how can I achieve execution of ...
1
vote
0
answers
45
views
Azure ODATA Source supporting compression
I‘m using an Azure Data Factory with an ODATA source from an external system. While everything works fine, I noticed the slow performance. So I checked this with postman and spotted immediately, that ...
1
vote
0
answers
83
views
Epicor Kinetic REST (v2 OData): How do I get DiscountPercent for a Part when the discount comes from a Price List Group (not the part row)?
Environment
Epicor Kinetic (on-prem)
REST v2 / OData
Company: MTS, Plant/Warehouse context: MTS-Main
Auth via X-API-Key; I also send CallSettings: {"Company":"MTS","Plant"...