Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Is there any way via code to retrieve/fetch data via the dataset in c# via the REST API or Tabular Object Model?
I have a table that contains metadata which I want to load and use to apply some changes to the dataset.
Thanks
Solved! Go to Solution.
Turns out it can be done via the adomd library on which you can make a connection to the dataset and run a query (Evaulate) to return results.
Turns out it can be done via the adomd library on which you can make a connection to the dataset and run a query (Evaulate) to return results.