The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey guys!
As you can see on the screenshots below, I've created a scatter plot with maxCurrentCutter and maxCurrentNormal as values with python script, because I want the date on the x-axis.
Now I want to filter the plot after maxCurrentCutter and -Normal with a slicer (in python you can't just click on the legend becuase it is not interacitve so I have to do it with a slicer).
Best regards,
Dominic
Hi @Anonymous
Maybe you can try to use the Field parameter.
First of all, you should open the Field parameter in the Options > Preview features.
Then restart the power bi and you can use the field parameter in the Modeling pane .
Here's the link which can help you:
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks @Anonymous, that helps but I do not know how to implement the field parameter in the python Code. But I hope I figure it out.