Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Husain
Advocate I
Advocate I

Custom Visual to distinguish between Power BI Desktop and Power BI service

Hi guys,

 

I noticed that some of the latest custom visuals which require additional purchase have implemented this feature where

 

" In Power BI Desktop, visual can be used without restrictions. However in Power BI Online service it displays a watermark."

 

Could you guide how this is possible with power Bi visuals SDK or api?

 

@dm-p 

@v-lionel-msft 

 

Regards,

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @Husain,

I don't commercialise my visuals but I presume that you'll want to look at the hostEnv property on the options (IVisualHost) object exposed in the constructor method. This value is from the CustomVisualHostEnv enum and you should be able to use it to distinguish the current host environment.

As this is only available at instantiation, you would probably use the constructor to set up the watermark element based on your criteria, but if your logic handles this outside the constructor then I would store this value in a separate class property for later on if needed.

Also: it looks like this was introduced in 3.2.0 of powerbi-visuals-api, so ensure you have at lease that version for it to be usable in your project.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

Hi @Husain,

I don't commercialise my visuals but I presume that you'll want to look at the hostEnv property on the options (IVisualHost) object exposed in the constructor method. This value is from the CustomVisualHostEnv enum and you should be able to use it to distinguish the current host environment.

As this is only available at instantiation, you would probably use the constructor to set up the watermark element based on your criteria, but if your logic handles this outside the constructor then I would store this value in a separate class property for later on if needed.

Also: it looks like this was introduced in 3.2.0 of powerbi-visuals-api, so ensure you have at lease that version for it to be usable in your project.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.