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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

How to delete duplicate columns

Hi,

 

I created a measure "AB" and selected two periods (C::2018.06 and R::2018.06), but it generated duplicate columns. 

Please tell me how to delete these duplicate columns.

 

Duplicate.PNG

 

I am looking forward to hearing rom you soon.

 

Best regards.

 

1 ACCEPTED SOLUTION
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous 

You may create a measure like below.It could hide the values under C::2018.06.Use the measure instead of [AB] in the matrix.

Measure =
IF ( MAX ( 'Table'[name] ) = "C::2018.06", BLANK (), 'Table'[AB] )

1.png

Regards,

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

View solution in original post

2 REPLIES 2
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous 

You may create a measure like below.It could hide the values under C::2018.06.Use the measure instead of [AB] in the matrix.

Measure =
IF ( MAX ( 'Table'[name] ) = "C::2018.06", BLANK (), 'Table'[AB] )

1.png

Regards,

Community Support Team _ Cherie Chen
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, @v-cherch-msft 

Thank you for your help.

I found a solution.  I created several measures to replace these columns.

 

Best regards.

 

Wei

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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