Forum Discussion
JacqBogal
3 years agoRegular Visitor
HTML content Column Headers
Hi, I am trying to Create an HTML Table using a measure as my values input for the HTML Content Visual. The problem I am encountering is that I see my column headers repeating for every row I h...
- 3 years ago
HTML Test 2 = VAR Sales = summarize(Financials,Financials[Country],"sales","<tr><td><b>" & FORMAT([$ Sales], "$#,##0") & "</b></td></tr>") RETURN "<HTML><table><tr><th>Total Sales</th></tr>" & CONCATENATEX(Sales,[sales]) & "</table></HTML>"see attached.
lbendlin
3 years agoSuper User
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523