Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi,
I need to make a report where the user can visualize the result of different parameters selection.
Imagine you plot a value X on a "time" x-axis. You have 3 filters : a,b,c. I want to user can plot 2 (or more) curves of X depending of differents selections on a,b,c.
The problem in my case is not about apply a selection / filter on my histogram. I want to keep all my selections.
I want to see on the same graphic my two results. For example if I want to see y = f(x) = ax^2 + bx + c.
I want to see the plot of y = f(x) with (a,b,c) = (1,1,1) and y = f(x) with (a,b,c) = (2,2,2)
Is it more clear with my second message ?