The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
)
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |