Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey there!
I have a 3D scatter plot using matplotlib in a python visual in a PBI report. Is there a way to give a user ability to rotate/turn the 3D plot through a parameter slicer or something similar?
Thanks!
-Fromit
Solved! Go to Solution.
@Fromit87 , the values you passed to python are available as a dataset, create a measure on slicer value and add that to the dataset and check and take a decision
@Fromit87 , the values you passed to python are available as a dataset, create a measure on slicer value and add that to the dataset and check and take a decision
Thank you @amitchandak!
For ones looking for the code in matplotlib, I created two parameters and used their measure value in the Python visual:
User | Count |
---|---|
77 | |
76 | |
43 | |
30 | |
26 |
User | Count |
---|---|
97 | |
91 | |
52 | |
47 | |
46 |