The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi, I'm looking to implement an odata service which will need to expose some datasets using OData's $batch option.
How can we setup power bi to use the $batch option to request all pages of a dataset in a single request?
cheers,
Joe
Solved! Go to Solution.
Hi @Anonymous ,
One possible option I can think of is using Parameters.
Parameters are something you can define in the Query Editor and use it within your queries in the query editor.
If you want to pass value, you can try to set a parameter from power queries in power bi desktop and you can also use it after publishing to service under dataset settings.
You can refer the following microsoft blog and document that could also help you:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
One possible option I can think of is using Parameters.
Parameters are something you can define in the Query Editor and use it within your queries in the query editor.
If you want to pass value, you can try to set a parameter from power queries in power bi desktop and you can also use it after publishing to service under dataset settings.
You can refer the following microsoft blog and document that could also help you:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.