Forum Discussion
Custom visuals: show/hide/change the visual's Title from code
- 4 years ago
This is how I would approach - there are no visual APIs for any of properties that affect the visual "container" (iframe), as opposed to the "content".
For reference, the properties you cannot enumerate or access are anything you can see under the 'General' category of the new Visualization pane layout:
If you need any functionality for these property menus, you will need to make a request for the visuals team to create an API method for what you want to do.
Regards,
Daniel
You can use a measure for your title.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-format-visual-titles
This is how I would approach - there are no visual APIs for any of properties that affect the visual "container" (iframe), as opposed to the "content".
For reference, the properties you cannot enumerate or access are anything you can see under the 'General' category of the new Visualization pane layout:
If you need any functionality for these property menus, you will need to make a request for the visuals team to create an API method for what you want to do.
Regards,
Daniel
- Master_T4 years agoHelper I
Ok, so apparently it can't be done. I suspected that but I needed confirmation, thank you for providing it.