Hi all,
I'm trying to create a HTML table from Power BI data. The table like below is something I am trying to achieve, with the bottom row having the total data. I have to be careful of the % measures as they cannot simply just be summed up.
Currently I only have the table without the total sum row.
How can I go about adding it?
Many thanks!
Grab the "First Table Rows" attribute rather than the full result object when you initialize the variable.
Hey thanks for your input! Do you perhaps have more specific steps to follow? I keep meeting with errors. Thanks!
Implement your logic in DAX. Create a Power BI visual that has the desired format and then borrow its DAX for the Power Automate "Run a query against a dataset" action.