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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello, guys. As you can see, I have been working on Dax to be able to filter my graph based on some categories. But the problem is that I can only see one curve per time. I would like to be able to select more options with Ctrl, but does not work. And I also cannot display all the curves as the same time with the specific button for that. All I can is see one curve per time. Do you know how to fix this?
Unfortunately it still does not work 😞
@Anonymous , selectedvalue returns only one value, not the best one to use
Try Like
Switch( True() ,
not(isblank(countx(filter('Legend 0', 'Legend 0'[Workstream] = "ME Active People"), [Workstream]))), [Average ME],
// Add other
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |