cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
turbofred69
Frequent Visitor

Blank value sent by Power BI to the flow triggered from the report

Hi 

 

I want to trigger a flow from a pPowerBI report to store records with incorrect / blank data in a Sharepoint list

 

Using the assistant, it is working fine at the beginning and the flow trigger receives the expected data

 

{
  "type""object",
  "properties": {
    "rows": {
      "type""array",
      "items": {
        "type""object",
        "properties": {
          "entity": {
            "type""object",
            "properties": {
              "Power BI values": {
                "type""array",
                "items": {
                  "type""object",
                  "properties": {
                    "Part ID A": {
                      "title""Power BI data Part ID A",
                      "type""string"
                    },
                    "Part ID B": {
                      "title""Power BI data Part ID B",
                      "type""string"
                    },
                    "HSCode": {
                      "title""Power BI data HSCode",
                      "type""string"
                    }
                  },
                  "required": []
                }
              }
            },
            "required": [
              "Power BI values"
            ]
          }
        },
        "required": [
          "entity"
        ]
      }
    }
  },
  "required": [
    "rows"
  ]
}
 
But after some changes and refinements of the flow (done though teh Power BI screen), no more data are passed and the schema looks corrupted.
{
  "type""object",
  "properties": {},
  "required": []
}
I can't find any way to reinitlize it. Can anymone give me some hint?
 
BR/
Frederic
 
0 REPLIES 0

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors