March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi everyone,
I'm building a report that uses OData as the data source.
As this data source has a lot of information, I'm creating a filter directly in the query, using $select=id,change
However, the change column is a Record type column, and has a bunch of fields inside it. I want to extract only the operatorId column inside the change Record. How to do this directly via OData query?
I've researched in different forums and everything I found and tested didn't work.
The problem is my lack of knowledge in that language.
This is the best documentation I could find but even it did not help me to do what I need:
This is what I've tried so far:
$select=id,change&$expand=change($select=operatorId)
$select=id&$expand=change($select=operatorId)
$select=id,change&$expand=change/operatorId
$select=id,change/operatorId
Hi @v-shex-msft,
Thanks for your reply on my question.
I found a workaround for my problem using this content from Microsoft:
Hi @LPenatti,
It seems like they do not allow you to nest multiple level URL conversion queries.
I'd like to suggest you only apply one level expand in these formulas, then you can use power query expressions to continue the following operations.
Regards,
Xiaoxin Sheng
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |