0

I would like to create a matrix visualization or custom visual that looks exactly like this: enter image description here

Note that the current challenge is that the last two columns that is, "Current state weighted average score" and "Future state weighted average score" are only for domain and not for subdomain. So, that is why they are to be displayed only once(For each domain).

Is it possible to create something exactly like this in Power-BI?

Any help is appreciated. Thanks.

the_new_guy
  • 147
  • 1
  • 5
  • 17

1 Answers1

1

Yes, we can do that but it needs a bit things to be modified on Field formating. You can create something like this. Please check the below image which I have created something like that.

View the image reference

Follow the steps. In my case, I have the fields as below

See the image

  1. Enable the row subtotals under the subtotals in format pane.

View the image for reference

  1. Go to field formatting and choose the "Current state weighted average score" column. In my case it is "value2" column.

See the image

  1. Change only the font colour to "red" that would match the colour on the table(under the same field formatting option)

  2. And enable only to values as below image.

See the image

Hope your problem should be resolved with this

Alexis Olson
  • 38,724
  • 7
  • 42
  • 64
Ajay Kumar
  • 26
  • 2