Limit Ammount of AND expression

Hi There,

i was curious about ammount limit condition on AND expression
example

I was looking value on Visibility Dropdown with these condition
[Dropdown Category]="Transaction", [Dropdown Type]="Pembelian", [Text Dropdown 1]="Created"

Ex 1, (using all the condition)
SELECT(Dropdown[Dropdown Visibility],AND([Dropdown Category]="Transaction", [Dropdown Type]="Pembelian", [Text Dropdown 1]="Created"))
and return blank value

Ex 2, (Using only 2 condition)
SELECT(Dropdown[Dropdown Visibility],AND([Dropdown Type]="Pembelian", [Text Dropdown 1]="Created"))
it works, and return value on specific Dropdown visibility that i looking for

can you explain to me about it? thanks 

Solved Solved
0 2 81
1 ACCEPTED SOLUTION

Your expression syntax is well organized. Better to check if your data table does have rows, matching the condition of [Dropdown Category]="Transaction"

 

 

View solution in original post

2 REPLIES 2

Your expression syntax is well organized. Better to check if your data table does have rows, matching the condition of [Dropdown Category]="Transaction"

 

 

i have check the tables rows, and its still same, idk why ๐Ÿคฆโ€โ™‚๏ธ, but thanks ๐Ÿ˜„

Top Labels in this Space