Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have a custom visual where I display different content depending on the options.isInFocus property. I would like to add a way to trigger Focus Mode directly from the visual. I intend on adding a "button" via d3 that can potentially trigger the change.
Let me know if anyone has any suggestions.
Thanks,
Gabriel GH
Solved! Go to Solution.
Hi @gabereal,
If you've made the IVisualHost object (options.host) object from the constructor available to your visual, you can attach its switchFocusModeState method to a button's click event, which will trigger focus mode, e.g.:
Regards,
Daniel
EDIT: Here's a quick proof-of-concept I recently posted on Twitter that I'm currently working on, that confirms what you're planning to do is possible (using the isInFocus property to render different content depending on view).
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @gabereal,
If you've made the IVisualHost object (options.host) object from the constructor available to your visual, you can attach its switchFocusModeState method to a button's click event, which will trigger focus mode, e.g.:
Regards,
Daniel
EDIT: Here's a quick proof-of-concept I recently posted on Twitter that I'm currently working on, that confirms what you're planning to do is possible (using the isInFocus property to render different content depending on view).
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
@dm-p ,
Thanks for the quick response. I was able to implement the functionality I wanted using the switchFocusModeState method.
Regards,
Gabriel
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |