Forum Discussion
wesleyvieira
10 years agoHelper I
Matrix visualization with horizontal lines
Hello all. I just started to use Power BI, read all the guided learning and still learning how to handle it. I need to insert in a matrix some informations and it must to show the description, va...
- Anonymous10 years ago
wesleyvieira if they are columns, you'll get a row for each value in each column, and the $ and % will calculate on each row. The closest you'll get is probably a card as Sean suggested. It won't be formatted the way you want it but it will give you the values you want. The formatting you want is...just not how any of the visuals work.
Sean
10 years agoCommunity Champion
Do you have SUM Measures for these 4 columns?
Create 4 Measures for each column!
Measure Name = SUM ( TableName[ColumnName] )
Then put these 4 Measures in a Multi-Row Card Visualizaiton (yes thats in PBI)
wesleyvieira
10 years agoHelper I
When it´s in columns in the table, they sum automatically.