Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello community!
On the following table i want to merge all rows per each project code (project codes are masked) so that, in the new table i can have distinct project codes and replace null with text values, where is it needed.
So, for instance the project 117 should have columns :
SD11=Approved,
SD20=null,
SD25=Approved,
SD30=Open,
SD68=null,
SD70=null
Solved! Go to Solution.
Hi @pezakas ,
Select your Project Code column, go to Home tab > Group By.
In the dialog, add an aggregation column for all the other columns you want, using the MAX operator on the original column.
Pete
Proud to be a Datanaut!
Hi @pezakas ,
Select your Project Code column, go to Home tab > Group By.
In the dialog, add an aggregation column for all the other columns you want, using the MAX operator on the original column.
Pete
Proud to be a Datanaut!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 7 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 15 | |
| 13 | |
| 12 | |
| 9 |