gbrueckl / PowerBI.API.Client

A C# wrapper for the Power BI REST API which allows you to easily integrate the Power BI API into your C# application.
MIT License
39 stars 14 forks source link

Removed subTitle from Tile object - not found in specification #8

Closed clintonbale closed 6 years ago

clintonbale commented 6 years ago

Removed subTitle property from PBITile object - not in spec.

https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards/gettile

gbrueckl commented 6 years ago

also fixed this by implementing Tile from Microsoft.PowerBi.Api on PBITile