
Announcements
How can I select and map specific columns from the object returned from a DAX query against a PBI dataset? The only way I have seen this done is by manually triggering a Power Automate workflow directly from the Power BI dashboard, which then seems to create dynamic content out of all the columns. I am building an automated workflow so manual triggers are a no-go. My end goal is to build an HTML table out of the mapped columns and send out the results via email.
Not sure I understand what you are trying to achieve. Why not customize the DAX query to only include the columns you need? You can use SELECTCOLUMNS() to rename them too ( I assume that's what you mean by "map")