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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
MOVC
Helper III
Helper III

Power Automate Visual sending empty data

I have a fairly standard report with a Power Automate visual. The flow sends a single record for processing for some other business activity. When I was setting this up recently it was all working as expected and when I published it live yesterday it was running as it should. Today however every flow run fails, because there is no data in the body of the trigger.

 

{
    "headers": {
        "Accept": "*/*",
......
    },
    "body": {
        "entity": {}
    }
}
 
Previously:
 
{
    "headers": {
        "Accept": "*/*",
...........
    },
    "body": {
        "entity": {
            "Power BI values": [
                {
                    "Delegation": "redacted",
......
                }
            ]
        }
 
I have tried creating a new PA visual but I get the same issue. If I pick a different flow from the menu then it works. Is it possible to "break" a flow somehow? I would rather not rebuild the whole flow from scratch and looking at other posts it seems that might not help. Does anyone have any ideas how to resolve this?
1 ACCEPTED SOLUTION
Shai_Karmani
Solution Specialist
Solution Specialist

Hey

Known MS bug :
https://community.fabric.microsoft.com/t5/Desktop/Power-BI-data-not-flowing-to-Power-Automate-on-Pow...


not something you broke. It's a conflict between the new and old Power Automate designer modes. If the flow ever gets saved via the new designer (happens silently when you open it from make.powerautomate.com instead of via the PBI visual), the trigger gets corrupted and body.entity comes through empty. That's why rebuilding doesn't help , the new flow gets bitten by the same bug.

Fix without rebuilding:

  1. Open the flow from inside the Power BI Power Automate visual (Edit on the visual and then Edit flow). Not from Power Automate directly.
  2. Delete the "On Power BI button clicked" trigger.
  3. Re-add it from the visual editor and re-bind your fields.
  4. Save and make the last action before saving be re-selecting the data/array field. Anything edited after that re-selection re-corrupts it.
  5. Test via Ctrl+Click on the button in the report (the "Run" inside the designer always sends an empty body  don't trust it).

Going forward: only ever edit the flow through the PBI visual, never from Power Automate directly. That keeps it pinned to the old designer.

If this helped, a thumbs up and accepting the solution would be appreciated.

 

Best,
Shai Karmani

Let's connect in LinkedIn



View solution in original post

2 REPLIES 2
Shai_Karmani
Solution Specialist
Solution Specialist

Hey

Known MS bug :
https://community.fabric.microsoft.com/t5/Desktop/Power-BI-data-not-flowing-to-Power-Automate-on-Pow...


not something you broke. It's a conflict between the new and old Power Automate designer modes. If the flow ever gets saved via the new designer (happens silently when you open it from make.powerautomate.com instead of via the PBI visual), the trigger gets corrupted and body.entity comes through empty. That's why rebuilding doesn't help , the new flow gets bitten by the same bug.

Fix without rebuilding:

  1. Open the flow from inside the Power BI Power Automate visual (Edit on the visual and then Edit flow). Not from Power Automate directly.
  2. Delete the "On Power BI button clicked" trigger.
  3. Re-add it from the visual editor and re-bind your fields.
  4. Save and make the last action before saving be re-selecting the data/array field. Anything edited after that re-selection re-corrupts it.
  5. Test via Ctrl+Click on the button in the report (the "Run" inside the designer always sends an empty body  don't trust it).

Going forward: only ever edit the flow through the PBI visual, never from Power Automate directly. That keeps it pinned to the old designer.

If this helped, a thumbs up and accepting the solution would be appreciated.

 

Best,
Shai Karmani

Let's connect in LinkedIn



Thanks, this fixed it.

 

I've had a bunch of issues with PA in PBI in the past it clearly has issues...

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.