Forum Discussion

srivide's avatar
srivide
Regular Visitor
2 years ago

How to create this?

Dear All

 

I'm trying to recreate dashboard from spotfire to power bi, and I'm stuck while trying to recreate this graph

The graph is consisted of  half circle which data I get from 2 columns, and the trendline which I get from another column
then, there's a entry to enter the min and max value of x in order to create a new custom half circle graph (the one at the top)

Have you guys ever find/create this kind of graph before? I can  recreate the graph using python except for the entry for max and min value, but unfortunately, it can't be publish on my company on premise server due to no python interpreter on it

Kindly need your advice

Thank You

 

 

3 Replies

  • srivide's avatar
    srivide
    Regular Visitor

    Hi Anonymous 
    Yes, I can create this visualisation using python both in power bi desktop or power bi on premise version

    But this dashboard is not supposed to ne publish or use in power bi desktop or cloud version

    It needs to be used on on premise version

    Thank You

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi srivide,

      Ok, I known that seems like you are working with on-premise environment and it does not include network connection to use visuals which required to send/receive network request.

      On power bi desktop, script-based visuals can plot complex graph and lines based on script and correspond packages. But they required to deploy correspond software environment and required packages.

      Some of custom visual may also suitable for your requirement, but they are listed on the MS marketplace which also required the network connections.

      If you already gettting the custom visual to your report, the downloaded custom visual files can be find in the pbix file and it can be used without network.

      In my opinion, I suppose current power bi desktop are design for normal environment(include avaibed network connections) instead of on-premise environments. Maybe you can submit ideas for improve the experience when deploy on-premise environment or develop a custom visual which integrate required packages that you can simply design reports at the on-premise environment.

      Microsoft Power BI ideas

      Develop custom visuals in Power BI - Power BI | Microsoft Learn

      Regards,

      Xiaoxin Sheng