Get Data into Datatable from power bi public URL in C#
Is there a way to get Data from a power bi Public url into a Datatable in C#?
Power BI Rest API Received odata.count = 0
i have a problem wtih the access token.
I try get groups and access_token on learn.microsoft.com it’s successfully and received 15 items
but when i try get token with C#, i can get but i try that token on postman i receiving “return @odata.count = 0” message.