web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Bad Request Error Exec...
Power Automate
Suggested Answer

Bad Request Error Executing Against a Dataset in PBI Service

(1) ShareShare
ReportReport
Posted on by 1
Hi all,

I've had a flow in Power Automate that has been running once a week without any issues until just now. The issue seems to be coming from a step where I execute a query against a dataset in Power BI Service. The query itself is nothing crazy, just retrieving a couple tables. I've tried deleting and inserting the step again, changing the account the connection is done with, inserting a delay, but nothing has resolved it yet. If anyone has a solution and an explanation as to why this just spontaneously happened, it would be much appreciated, thanks! Here is the error message:
 
"body": {
        "error": {
            "code""DatasetExecuteQueriesError",
            "pbi.error": {
                "code""DatasetExecuteQueriesError",
                "parameters": {},
                "details": [
                    {
                        "code""DetailsMessage",
                        "detail": {
                            "type"1,
                            "value""Query (1, 20) Cannot find table '<oii>Report pages</oii>'."
                        }
                    },
                    {
                        "code""AnalysisServicesErrorCode",
                        "detail": {
                            "type"1,
                            "value""3241803779"
                        }
                    }
                ]
            }
I have the same question (0)
  • stampcoin Profile Picture
    5,171 Super User 2026 Season 1 on at
    As you mentioned the flow worked well, I guess it might be power BI capacity overloaded.
    You might want to try reduce the fields you need,  or try to use TOPN to see if that works or not.
     
  • Suggested answer
    Valantis Profile Picture
    6,735 on at
     
    The error is very specific: "Cannot find table 'Report pages'". This is not a capacity or performance issue. The table named Report pages no longer exists in your dataset.
     
    This happens when:
    1. The Power BI dataset was republished and the table was renamed or removed in the underlying data model
    2. The dataset was refreshed from a new source that no longer includes that table
    3. Someone modified the Power BI report/dataset and removed or renamed the Report pages table
     
    The fix: open your Power BI dataset in Power BI Desktop and check if the Report pages table still exists. If it was renamed, update your DAX query in the flow to use the new table name. If it was removed, you'll need to either restore it in the dataset or update your flow query to use a different table.
     
    The reason it worked before and stopped now is that someone changed the dataset. The flow query is referencing a table name that no longer matches what's in the dataset.
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

    💼 LinkedIn

    ▶️ YouTube

  • Suggested answer
    11manish Profile Picture
    3,333 on at
    This is most likely not a Power Automate issue. The error indicates that the Power BI semantic model has changed since the flow was originally built. The query
     
    executed by the flow is referencing a table called "Report pages" that Power BI can no longer find.
     
    I would start by reviewing recent dataset deployments or model changes and validating whether that table still exists in the current version of the dataset.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard