Forum Discussion
ReneeKoelewyn
1 year agoFrequent Visitor
Help Needed: Creating Separate Response Count Matrices in Power BI
Hello everyone, I hope you're doing well! I'm looking for guidance on how to create a matrix in Power BI that counts responses for different questions. I tested it with two questions that had...
- 1 year ago
In Line 2, you need to close the paranthesis of COUNT (). I have bolded the paranthesis below.
CALCULATE(
COUNT (24Registration[How did you exp]),
USERELATIONSHIP(BridgeTable[IncorrectResponse], 24Registration[How did you exp])
)
ReneeKoelewyn
1 year agoFrequent Visitor
Angith_Nair
1 year agoContinued Contributor
In Line 2, you need to close the paranthesis of COUNT (). I have bolded the paranthesis below.
CALCULATE(
COUNT (24Registration[How did you exp]),
USERELATIONSHIP(BridgeTable[IncorrectResponse], 24Registration[How did you exp])
)