By using this website, you agree to our Terms of Use (click here)
Good Afternoon,
Hoping someone has an answer for this. I'm hoping its not unsupported. I'm trying to write a fairly complex report. In fact, I currently have a parameter embeded in the join expression. It works quite nicely, however, I need to bring the data to Excel through an ODATA connection and this is where trouble ensues. I understand that I ODATA handles everything through the URL. The report requested, the filters, etc. Is there a way to get the ODATA url to recognize and assign a parameter?
let
Source = OData.Feed("https://Thelostreport.com/odata/CompanyTarget/Single Table Test 3?$filter=targetUser eq 1646")
in
Source

Hi -- does this post give you what you want?
Reading from the top, I was thinking, "what's the difference between OData filtering and using a parameter to do the filtering", but then you stated it again and I finally got it. You're using the parameter in the JOIN.
Unfortunately, as far as I know, it's not possible to pass a parameter through OData. But if anyone knows a way, I would love to know what it is.
