Forum Discussion
Array with data that does not exist in table
- Anonymous4 years ago
Hi Syndicate_Admin ,
Please refer to my pbix file to see if it helps you.
Create a table.
Table 2 = 'Table'Then Create a measure.
Measure= IF(MAX('Table 2'[nut])=SELECTEDVALUE('Table'[nut]),BLANK(),1)Then filter the measure.
If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Syndicate_Admin ,
Please refer to my pbix file to see if it helps you.
Create a table.
Table 2 = 'Table'
Then Create a measure.
Measure= IF(MAX('Table 2'[nut])=SELECTEDVALUE('Table'[nut]),BLANK(),1)
Then filter the measure.
If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.