Forum Discussion

Supakit_1's avatar
Supakit_1
Frequent Visitor
5 years ago
Solved

็How to develop Advance Edit mode?

I would like to implement Advance UI for my Custom Visual. I checked feature and found Advance Edit mode as per this link.

 

https://docs.microsoft.com/en-us/power-bi/developer/visuals/advanced-edit-mode#:~:text=If%20you%20require%20advanced%20UI,should%20display%20this%20UI%20control.

 

I tried to search internet for coding sample on this feature with out lucky. Where can I get code sample or document on how to integrate advance UI in advance edit mode.

 

Br,

Supakit_1

  • Hi Supakit_1,

    You need to write your logic to render the visual output based on this value. So if enabled, you'll render the UI you need for advanced edit mode instead of your normal visual display. To manage your expectations, it does add a lot of overhead to your codebase.

    If you need an example you can freely explore, Power KPI Matrix uses this - here's the source code.

    Regards,

    Daniel

2 Replies

  • dm-p's avatar
    dm-p
    Super User

    Hi Supakit_1,

    You need to write your logic to render the visual output based on this value. So if enabled, you'll render the UI you need for advanced edit mode instead of your normal visual display. To manage your expectations, it does add a lot of overhead to your codebase.

    If you need an example you can freely explore, Power KPI Matrix uses this - here's the source code.

    Regards,

    Daniel