Forum Discussion
Display Line Chart Data in Card Visual When Clicking on Any Point
- 5 years ago
Hi, stella1215
I'm sorry I misunderstood you before, after seeing your sample data I re-read your question, in fact the measure you used is perfectly fine.
Your problem is that you only clicked on one of the points, you know in your example, the clicked point filters the computer ID and time 2 filters, not just the time, because of this the other two cards will show blank.
It's easy to make them show, just hold “Ctrl” at the same time and keep clicking on the other points needed, you can even choose a different time.
Is this the result you want? Hope this is useful to you
Please feel free to let me know If you have further questions
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
stella1215 , Have you switch off the interaction between the virtual machine and card. Same why it shouldn't interact with Date.
This seems fine, same should be done with other two
CPU1 = CALCULATE(SUM(CPU[avg_CounterValue]),FILTER(ALLSELECTED(CPU),CPU[Computer] = "nPEGOLDVM1"))
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
I didn't switch them off but even if I did after reading your reply, I still cannot achieve the result I wanted for some reason. CPU2 and CPU3 already implemented the same measure but different CPU[Computer]. Every time I click one line, the other two always show blank. Is there a way to select that one axis value only and three cards will show result at that point?