Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Table and Card not Matching

Hi i have  a page filter by a name. On the page I have table with the below.

Table: Info

NameDiversitySponsorship AWA/RLE
aunderrepresentedYES

None

 

When I put the column in a card it just gave the option of first, last, distinct, count.  So I created the below measure

 

Diversity = IF(
SELECTEDVALUE(America[Underrepresented/ represented])="Underrepresented",
"Underrepresented",
IF(
SELECTEDVALUE(America[Underrepresented/ represented])= "Represented",
"Represented",
"Not Known"))
 
However when I put it in a card I get Not Known, but the table shows as Underrepresented. I just want a card that will what the correct diversity is as on the table. 
Underrepresented
 
 

1 Reply