Forum Discussion
Matrix visualization with horizontal lines
- 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.
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)
When it´s in columns in the table, they sum automatically.
- Sean10 years agoCommunity Champion
- wesleyvieira10 years agoHelper I
Sean, comes from my database.
Cost of service, MKT Actions, Equipments, Containers... are the name of my columns in database, and the values are the sum of those columns.