Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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:
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 53 | |
| 42 | |
| 34 | |
| 33 | |
| 21 |
| User | Count |
|---|---|
| 140 | |
| 121 | |
| 100 | |
| 80 | |
| 57 |