Forum Discussion
Filter on a table
- Anonymous5 years ago
Hi nuriac ,
Check the measures.
Measure = IF(ISBLANK(CALCULATE(MAX(TableB[id]),FILTER(TableB,TableB[id]=SELECTEDVALUE(TableA[id])))),SELECTEDVALUE(TableA[value]),BLANK()) Measure 2 = RANKX(ALLSELECTED(TableA),[Measure],,DESC)The first measure filters the ids in tableB.
The second measure rank the ids not in tableB.
Add the measure2 to visual filter and the result would be shown as below.
Best Regards,
Jay
you can probably create a measure using RANKX and TOPN to set an inclusion flag. Have you tried writing a measure ?
The attached PBIX does not contain either of these tables.
Hi, excuse me, it was an example.
I want the sheet table ordered alq; Take only the 10 highest-amount tabs, and these tabs are not in the table in the billing blade table at the same time.
I have no idea what I need to do to get it.
https://drive.google.com/file/d/1wcjIvxpX4UYDb4SL6AEhNwNDtFpsSaQ0/view?usp=sharing
https://drive.google.com/file/d/1wcjIvxpX4UYDb4SL6AEhNwNDtFpsSaQ0/view?usp=sharing