Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
8 | |
7 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |