Forum Discussion
SandeA
Helper III
4 years agoTop20 Amounts
Hi all, I know this is probably quite simple, but I'm in a rush job and just can't figure it out! I need to list the Top 20 outstanding Dollar amounts based on whether there is a completed date or not.
First, I created a column that populates the word Blank if there is no Completed Date and NonBlank if there is a Completed Date.
Then I tried creating this measure
OtstdnWrntAmts = CALCULATE (TOPN (20, OutstandingWarrants, OutstandingWarrants[Amount]), DESC), FILTER(OutstandingWarrants,OutstandingWarrants[ComplDateBlank]="Blank"))
but I'm getting this error message
"The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value."
Please help! Thank you!
SandeA hi, just select TOPN on the visual filter level and drop the column in By value field.
and then set column= Blank in filter level.