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
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
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