Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

How to change/customize existing PowerBI Matrix visual.

I am new bee in PowerBI world. Is it possible to get the existing Matrix visual code and do some customization on top of it ?

2 Replies

  • Code for standard visuals is not on Github as far as I am aware. Code for custom visuals is listed. 

     

    You can write your own custom visual that emulates the behavior of the matrix visual and incorporates your modifications.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank You for your reply. l will check how to write custom Matrix visual and incorporates the modifications.