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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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!


My course: Introduction to Developing Power BI Visuals


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!


My course: Introduction to Developing Power BI Visuals


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




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.