Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
I have a slicer which I can select the plant name. For instance, when I select one of the plant name (Bukit Jalil), it has the following outcome.
When I select another plant name (Ampang Jaya), I got this outcome
When I multi select these two plants (e.g. Bukit Jalil and Ampang Jaya), I got this result.
How do I remove the duplicate Project (Nova Residence) and make it appears once using dax?
Thanks
Solved! Go to Solution.
Please add an index column in query editor then create measure like below and apply it to visual level filter:
Measure = RANKX(ALLSELECTED('Table'[Plant Name]),CALCULATE(MAX('Table'[Index])))
Remove the Plant Name column from your Current Outcome, and specify the distance as some sort of aggregation, like minimum, or average.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |