Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
13 | |
12 | |
11 | |
11 | |
8 |