Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Just need to confirm some behavior.
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dashboards/{dashboardId}/tiles/{tileId}After calling
The Tile Title is null.Is this expected behavior or should the Title be returned by default without having to edit the details and click apply?
Details:
|
The call is made in a .Net Core 3.1 web api application
Using Nuget Package Microsoft.PowerBi.API v3.18.0
But I have tested with:
https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards/gettilesingroup
Response contains everything except Title.
{
"@odata.context": "http://wabi-canada-central-redirect.analysis.windows.net/v1.0/myorg/groups/{groupId}/$metadata#tiles",
"value": [
{
"id": "groupId",
"embedUrl": "embeddUrl"
"rowSpan": 0,
"colSpan": 0,
"reportId": "reportId",
"datasetId": "datasetId"
}
]
}
After editing detials and clicking apply
{
"@odata.context": "http://wabi-canada-central-redirect.analysis.windows.net/v1.0/myorg/groups/{groupId}/$metadata#tiles",
"value": [
{
"id": "groupId",
"title": "test",
"embedUrl": "embedUrl",
"rowSpan": 0,
"colSpan": 0,
"reportId": "reportId",
"datasetId": "datasetId"
}
]
}
Hi @Anonymous,
Did this issue only appear with specific workspaces? have you test with other type of workspace contents?
Regards,
Xiaoxin Sheng
HI @Anonymous,
I test with the same rest API based on my 'group', 'dashboard', 'tile' id and it works well. It shows the correct 'tile title' and it can be updated if I edit the 'title title' on the dashboard.
{
"title": "Testing",
"subTitle": "12314",
}
What type of tile are you test? The underlying data source and connection mode? Which type of workspace are you test? Please provide more detailed information to help us clarify and troubleshoot your scenario.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |