
Announcements
I am trying to build a recurrence flow that will run a query against a Power BI dataset. My next step is to create a html table and then email it to myself.
I know i can simply create a html table and select from "first table rows" and use "automatic" for columns. But I want to rename my table header. how do I then get the value for each row? my ultimate goal is that the table will contain the name and email address and i want to be able to email these users individually as well.
But I want to rename my table header
You do that in the DAX query, usually via SELECTCOLUMNS()