Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Hello, how can I show the container no. on the table only when it appears 10 times or more? If less than 10, I do not want it to show on my table, thank you!
Hi @Anonymous
Please new a measure.
Filter =
CALCULATE (
COUNT ( 'Table'[Container No] ),
ALLEXCEPT ( 'Table', 'Table'[Container No] )
)
And apply it to the filter.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
@Anonymous The general technique is a Complex Selector. The Complex Selector - Microsoft Power BI Community
Please Try This :
First you need this measure:
Sorry, I think I did not phrase my question correctly. What I meant was only for the container number to appear on my table visual when the exact same container number appears more than 10 times.
User | Count |
---|---|
87 | |
74 | |
66 | |
58 | |
55 |
User | Count |
---|---|
41 | |
38 | |
34 | |
32 | |
30 |