
Hi Users,
Could someone please help me with the below. query text - for Run a query against a dataset.
I would like to get the count of rows from power BI to power automate using a column filter.
A Power BI DAX query must return a table. So as a minimum you need to provide a single row single column table like
EVALUATE ROW("Count",Countrows(table))