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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
adilraza
Regular 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
v-xiandat-msft
Community Support
Community Support

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 @v-xiandat-msft  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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors