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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
Employee
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
Employee
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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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