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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
estebang87
New Member

PowerAutomate export is not returning all rows from PowerBI using a Dax Query

Hello,

 

I am running the exact same Dax Query in both PowerBI and PowerAutomate...

 

PowerBI returns all the correct rows, where as PowerAutomate is missing some. 

 

The total rows returned in PowerBI's Dax Query View is 15923, and PowerAutomate is 13466... 

 

I've checked all filters and settings, and I cannot figure out why there is a difference... any suggestions?

 

 

 

Here is my dax query:

DEFINE
    VAR __DS0Core =
        Summarize(filter('Backlog + Invoice CO Data', 'Backlog + Invoice CO Data'[Fiscal Year] = "2025"),
                    'Backlog + Invoice CO Data'[BillToName],
                    'Backlog + Invoice CO Data'[COItem],
                    'Backlog + Invoice CO Data'[COLine],
                    'Backlog + Invoice CO Data'[CONum],
                    'Backlog + Invoice CO Data'[CONum-Line],
                    'Backlog + Invoice CO Data'[COStatus],
                    'Backlog + Invoice CO Data'[CreateDate],
                    'Backlog + Invoice CO Data'[DelayCode],
                    'Backlog + Invoice CO Data'[Description],
                    'Backlog + Invoice CO Data'[DueDate],
                    'Backlog + Invoice CO Data'[OriginalPromiseDate],
                    'Backlog + Invoice CO Data'[PMTCode],
                    'Backlog + Invoice CO Data'[QtyOrdered],
                    'Backlog + Invoice CO Data'[ShipDate],
                    'Backlog + Invoice CO Data'[ShipToCountry],
                    'Backlog + Invoice CO Data'[TotalPriceInUSD],
                    'Backlog + Invoice CO Data'[Type],
                    'Backlog + Invoice CO Data'[WHSE],
                    'Backlog + Invoice CO Data'[Fiscal Year],
                    'Backlog + Invoice CO Data'[Fiscal Quarter],
                    'Backlog + Invoice CO Data'[Fiscal Month Name],
                    'Backlog + Invoice CO Data'[Fiscal Month Number],
                    'Backlog + Invoice CO Data'[Fiscal Month Number Sort])
       
 
EVALUATE
    __DS0Core
2 REPLIES 2
Anonymous
Not applicable

Hi @estebang87 ,hello lbendlin, thank you for your prompt reply!

 

Is there any progress on this issue?

 

Please remember to update this thread if you have any progress.

 

Thank you for your understanding.

 

lbendlin
Super User
Super User

Don't specify the table name again.

 

Use SUMMARIZECOLUMNS. 

 

Make sure "Include Nulls"  is checked.

 

Troubleshoot with a smaller subset of columns.

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.