Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is it possible to create a graph whose y values change based on what a user selects in a checkbox? For example, having one graph that can display the number of people over time or the customer retention rate over time, etc. Basically keeping the x-axis, time, consistent, but allowing a user to change what is plotted on the y-axis. Perhaps with Power BI bookmarks but not sure what implementation would look like. Thanks.
Solved! Go to Solution.
Hi @bubblepop ,
See there is an existing thread for this:
Thanks,
Pragati
@bubblepop
You need to create a isolate table as the slicer, and then create measures for each measures you want to display on Y aixs using IF(contains()). You may follow the tutorials step by step.
Dynamic Selection of Measures in Power BI (kpipartners.com)
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.