Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

how to remove duplicates the Names in Gantt chart

Hi,

I want to display the Name should be once like the user doesn't like to see the Name duplicates(2 times or 3 times...)

 

 

Govardhaninew1_3-1668142697708.png

For example "A person" as to display only once in Name field even though they are doing multiple jobs in Gantt chart like below

Govardhaninew1_2-1668142604359.png

 

 

 

 

10 REPLIES 10
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Is your problem solved?  If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Indeed, this is by design, and both functions cannot be owned at the same time. This is a custom import visual, and if you can, you can create a new column that shows only the first Person value.

Column = 
IF([job]=
CALCULATE(MIN('Table'[job]),ALLEXCEPT('Table','Table'[name])),[name]," ")

Then final show:

vyalanwumsft_0-1668590428316.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi Yalan,

 

Thanks for the measure. I tried this for example report it worked but not for my report still, some more is displaying.  

Hi, @Anonymous ;

It's a pity that since I don't have your report, it's not clear why? If you can, can you share the file after removing sensitive information?


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

I am giving Ranking for the job and I kept that column in the category area and customer details also in the name area, I will check how to share after removing the sensitive information 

Anonymous
Not applicable

Thank you so much for immediate reply.

Hi, @Anonymous ;

Solved: How to upload PBI in Community - Microsoft Power BI Community


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

You could set it as follow:

1.orginal visual.

vyalanwumsft_0-1668403424613.png

2.adjust it.

vyalanwumsft_1-1668403445913.png

3.the final show:

vyalanwumsft_2-1668403466942.png


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

please help,

 

Thanks

Anonymous
Not applicable

Thanks for the solution, but for different jobs  we need to use different colours for bar formatting.

Govardhaninew1_0-1668543497735.png

If we on Hierarchy layout then we can't use different colours

Govardhaninew1_1-1668543614102.png

Thanks.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.