My current scenario is as follows:
In a institute there are multiple student have been given the test. In Question paper there 10 question. some questions are single choice and some question have multiple choice. this is like
Student ID | Student Email | Question | Answer | AnswerID |
101 | abc@abc.com | Question1 | a | 101011 |
101 | abc@abc.com | Question1 | b | 101012 |
101 | abc@abc.com | Question1 | c | 101013 |
101 | abc@abc.com | Question1 | d | 101014 |
101 | abc@abc.com | Question2 | a | 101015 |
101 | abc@abc.com | Question3 | d | 101016 |
102 | abc2@abc.com | Question1 | b | 101017 |
102 | abc2@abc.com | Question2 | c | 101018 |
102 | abc2@abc.com | Question3 | b | 101019 |
what do I want to do,
1- All the question shows as column.
2- created a model into power BI desktop.
3- created a three visuals (Graph) as per Question 1 2 3.
In x-axis- as answer
In y-axis as no of student
So I wanted to apply cross filtering on these three graph.
Is this any feasible solution in power BI
Thanks