Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
I have a dataset in a workspace to which i have Member permissions. Now, i am creating a scheduled cloud flow in Power automate and then would want to get a columns data from this dataset, i am using the connector "Run a Query against a Dataset"(PowerBi), firstly is this correct?
And secondly, I am running this query to pull that column data, column name is userid:
DEFINE
Var userid = SUMMARIZECOLUMNS ("UserlD")
EVALUATE
userid
And I am getting Status Code 400 error:
Solved! Go to Solution.
Try this:
EVALUATE
SUMMARIZECOLUMNS ( TableName[UserID] )
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!