Forum Discussion
Ailteir
Helper I
7 years agoForms Pro Survey reporting
Using the data structure and resultant pivottable image above I am trying to produce a multiple card visuals that shows the number of projects where a filtered question was answered "no"...
Mariusz
Community Champion
7 years agoHi Ailteir
Count rows = VAR _no = CALCULATE( COUNTROWS( 'Table' ), 'Table'[Answer] = "No" ) VAR _all = CALCULATE( COUNTROWS( 'Table' ), ALL( 'Table'[Answer] ) ) RETURN IF( _no = _all, _all )
Please see the below.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Ailteir
Helper I
7 years agoMariusz,
Seems good. Late in the morning here - 2am. I will confirm it a solution tomorrow.
Regards
- Ailteir7 years ago
Helper I
Mariusz,
Thx have mocked it up. Nearly there it produces this using standard table visual.
I would like to show as seperately as per second graphic. For example from the extract in the table the card graphic I propose would record 2 projects having all respondents answering "No" to Question02.
Regards
Table visualDesired card based visual