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
ApiTrader
Frequent Visitor

Sorry, we couldn't find that dataset It may have been deleted or you may not have access to view it

Hey all,

 

I have created a API Streaming Dataset but a soon as I want to fetch the data, I will receive the attached message. I am Tenant/Workspace/Dataset Owner, got a Premium licence so that should not be the problem. 

 

I will get this message within Desktop client if I try to create a DirectQuery Connection or with files which contains multiple sources (SPO)

I am able to hit "Create Report" for the selected Dataset at app.powerbi.com/datahub but if I hit the Dataset icon itself, I will see that message again. 

Files > Options & Settings > Options > Previewfeatures > DirectQuery for PBI Datasets is enabeld. 

ApiTrader_0-1671132184884.png

 

Any help is appreciated 🙂 

 

 

3 REPLIES 3
ApiTrader
Frequent Visitor

Nope 😕 makes no differents and the location doesnt has changed. The message pops up immediately after I created it. Just to make it clear, I receive that message at Web and Desktop as well. It works only in a file (Web & Desktop) if I create a single connection to the Dataset. 

ApiTrader_1-1671278887927.png
 
v-xiaosun-msft
Community Support
Community Support

Hi @ApiTrader ,

 

Please check whether there is a cache issue or whether the report name /location were changed from the original. Try to clear the cache and see if the problem still remains.

 

Here is a document about dataset permissions in the context of the Power BI REST APIs.

Power BI REST APIs datasets permissions - Power BI | Microsoft Learn

 

Best Regards,
Community Support Team _ xiaosun

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

@v-xiaosun-msft 

 

I created a Dataset through the RestAPI with the following body, now I am able to click on it to see the details. But I still receive the message within the Desktop Client although I changed the dataset defaultmode. 

 

{
  "name": "InstrumentTestDataSet",
  "defaultMode": "Push",
  "tables": [
    {
      "name": "Instrument",
      "columns": [
        {
          "name": "ISIN",
          "dataType": "String"
        },
        {
          "name": "Open",
          "dataType": "Int64"
        },
        {
          "name": "High",
          "dataType": "Int64"
        },
        {
          "name": "Low",
          "dataType": "Int64"
        },
        {
          "name": "Close",
          "dataType": "Int64"
        },
        {
          "name": "Volume",
          "dataType": "Int64"
        },
        {
          "name": "PriceByVolume",
          "dataType": "Int64"
        },
        {
          "name": "DateTimeStamp",
          "dataType": "DateTime"
        },
        {
          "name": "Path",
          "dataType": "String"
        },
        {
          "name": "VenueMIC",
          "dataType": "String"
        }
      ]
    }
  ]
}

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