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 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.
I am looking forward to hearing rom you soon.
Best regards.
Solved! Go to Solution.
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] )
Regards,
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] )
Regards,
Hi, @v-cherch-msft
Thank you for your help.
I found a solution. I created several measures to replace these columns.
Best regards.
Wei
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
37 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |