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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Shraddha_sathe
Frequent Visitor

In power BI merge the cells having the same value inside table

Is it possible to merge the cells in power bi table which have same values.

This is what i get in power bi:

Shraddha_sathe_1-1724401132643.png

Result which i need :

Shraddha_sathe_0-1724400945591.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks for the reply from lbendlin , please allow me to provide another insight:

Hi, @Shraddha_sathe 


Regarding the issue you raised, my solution is as follows:
1.First I have created the following table and the column names and data are the data you have given:

vlinyulumsft_0-1724653413055.png

2.Add the index column to the powerquery:

vlinyulumsft_1-1724653413056.png

3.Create calculated column references:

MNE1 = 
VAR FIRST=CALCULATE(MIN('Table'[Index]),ALLEXCEPT('Table','Table'[App MNE]))
RETURN IF('Table'[Index]=FIRST,'Table'[App MNE],BLANK())
MNE1 = 
VAR FIRST=CALCULATE(MIN('Table'[Index]),ALLEXCEPT('Table','Table'[App MNE]))
RETURN IF('Table'[Index]=FIRST,'Table'[App MNE],BLANK())

4.Here's my final result, which I hope meets your requirements.

vlinyulumsft_3-1724653574263.png

 

5.Here are some posts that are similar to your problem:
Solved: How do I replace duplicates values with zero in a ... - Microsoft Fabric Community

Solved: Group by ID Skip Aggregation - Microsoft Fabric Community

 

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

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
Anonymous
Not applicable

Thanks for the reply from lbendlin , please allow me to provide another insight:

Hi, @Shraddha_sathe 


Regarding the issue you raised, my solution is as follows:
1.First I have created the following table and the column names and data are the data you have given:

vlinyulumsft_0-1724653413055.png

2.Add the index column to the powerquery:

vlinyulumsft_1-1724653413056.png

3.Create calculated column references:

MNE1 = 
VAR FIRST=CALCULATE(MIN('Table'[Index]),ALLEXCEPT('Table','Table'[App MNE]))
RETURN IF('Table'[Index]=FIRST,'Table'[App MNE],BLANK())
MNE1 = 
VAR FIRST=CALCULATE(MIN('Table'[Index]),ALLEXCEPT('Table','Table'[App MNE]))
RETURN IF('Table'[Index]=FIRST,'Table'[App MNE],BLANK())

4.Here's my final result, which I hope meets your requirements.

vlinyulumsft_3-1724653574263.png

 

5.Here are some posts that are similar to your problem:
Solved: How do I replace duplicates values with zero in a ... - Microsoft Fabric Community

Solved: Group by ID Skip Aggregation - Microsoft Fabric Community

 

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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