Forum Discussion
publish to web does not currently support python visuals
- 6 years ago
Hi jmarcrum ,
The articlce you have referred is related with publishing from power bi desktop to power bi service that support Python visuals intead of publishing to web from power bi service. Please refer the difference between them:
As your posted picture shows, the Python visual and the R script viusal are not supported in publishing to web currently. Perhaps you can submit the requirement to ideas to help us improve power bi and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Sure, I'll take a crack at it Anonymous . It sounds similar to a Transitive Closure issue. https://community.powerbi.com/t5/Quick-Measures-Gallery/Transitive-Closure/td-p/783828 I bet there is a way to do it.
That would be fantastic Greg! I have a couple of days left to figure out a solution, if you have the time. Below is a link to the csv file. It's very simple. Team1, Team2 (Opponent), and the shortest path between the two.
Thank you in advance!
https://www.dropbox.com/s/ohw6h1jh928hrba/mark_ncaa_paths.csv?dl=0
- Greg_Deckler6 years agoCommunity Champion
Seems like this is missing some critical information or I am not understanding the data correctly. Is the Path column in the data what you are trying to calculate or is that what you are trying to minimize for each pair of teams? If it is the first one, seems like I would need the data on the starting positions and divisions of the teams in the tournament, right? jmarcrum
- jmarcrum6 years agoHelper II
Ah, I attached a link to the completed file (after I ran it through networkx in python). I think the file you are looking for is below. It's my original file. I apologize for the confusion.
Thanks again Greg!
https://www.dropbox.com/s/y34cb6rxofq3fhh/mark_game_edges.csv?dl=0
- Greg_Deckler6 years agoCommunity ChampionGreat, another question jmarcrum why all the duplicate rows?