Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
adilraza
Frequent Visitor

Power BI push semantic dataset.

I have created a push semantic dataset, and i pushed record into it using Rest API's in c#. But when i try to get table from it, it keep returns me null column and rows, the response is this :

{
    "odatacontext": null,
    "value": [
        {
            "name": "RealTimeData",
            "columns": null,
            "rows": null,
            "measures": null,
            "isHidden": null,
            "description": null,
            "source": []
        }
    ]
}
is any one has any idea, how to get table from push semantic dataset, i am using service principal authenticated web api, which has all the read and write rights.
2 REPLIES 2
Anonymous
Not applicable

Hi @adilraza ,

Service body profiles may not apply to some dataset configurations. It is critical to verify that dataset settings are not affected by these limitations.

There may be an issue with the way the dataset is populated or the way the API interprets the structure because the response indicates null values for columns and rows. Review the structure of the dataset in the Power BI service to confirm that it meets your expectations and that the data was pushed successfully.

Below is the link will help you:

Power BI REST APIs push semantic model limitations - Power BI | Microsoft Learn

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @Anonymous  for your reply. I have verified the dataset model, it is getting populated correctly, as I mentioned I had pushed the records in it which are visible in Report and Dashboard as well. Is there any setting which needed to changed?

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

Check out the October 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors