Forum Discussion
DAX - Power Automate Power BI Connector: Run a Query Against a Dataset
- Anonymous4 years ago
I ws able to solve this by running the Perf Analyzer and coping the code for the visual that needed to be recreated. Much simpler then I had originally thought.
Your sample data is missing the filter columns and the aggregated fact column. Based on the limited data you provided this query will work:
EVALUATE SUMMARIZECOLUMNS(
PS_Emp[Employee ID],
PS_Org_Emp[Market],
PS_Org_Emp[LLC LLP],
PS_Org_Emp[Location]
)
Note that the syntax for SUMMARIZECOLUMNS() is slightly different than what you tried to use.
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.
I ws able to solve this by running the Perf Analyzer and coping the code for the visual that needed to be recreated. Much simpler then I had originally thought.
- VuongLM934 years ago
Helper III
I have also an issue - does this flow not work for Live connection. (dataset from someone in the organization created, I just have the live connection )