Forum Discussion
Anonymous
4 years agoNot applicable
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
- lbendlinSuper User
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.
- AnonymousNot applicable
Thank You for your reply. l will check how to write custom Matrix visual and incorporates the modifications.