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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.