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
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
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |