Forum Discussion
KasperJ90
3 years agoHelper III
Query (SUMMARIZECOLUMNS) does not include all rows from table
Hi,
I am using below query in a dataset to receive all rows from Table 1. I save it in a CSV file via Power Automate as historical data. The problem is, that my CSV file does not contain all rows from Table1. Should I use another formula than SUMMARIZECOLUMNS?
Query:
DEFINE VAR __DS0Core =
SUMMARIZECOLUMNS(
'Table1'[Document No.],
'Table1'[Customer],
'Table1'[Qty],
EVALUATE
__DS0Core