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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Andrewutter12
Frequent Visitor

Populating rows with missing information

Good morning,

I have a table called debtors in my PowerBI report. This shows both sales journal and cash receipt journal both of which have the same unique invoice #. There is also a column that has a project path #. My issue is that the project path # only shows on the rows that are cash receipts and not sales journal. I need to show the project path # on the sales journal row item.

 

Current table:

 

Invoice #   Journal          Amount         Project Path #

38010        SJ               $5000                Blank

38010        CR             ( $5000 )            17-20675

 

Desired table:

 

Invoice #   Journal          Amount         Project Path #

38010        SJ               $5000                17-20675

38010        CR             ( $5000 )            17-20675

 

Is there any dax formula I can create to achieve my desired result?

 

Thank you!

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

@Andrewutter12 can add a calculated column in the table 

=concatenatex(filter(table,table[invoice #]=earlier(table[invoice #])),table[project path #],",")

View solution in original post

2 REPLIES 2
camargos88
Community Champion
Community Champion

@Andrewutter12 ,

 

Another solution with power query:

https://www.myexcelonline.com/blog/fill-values-using-power-query/



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



wdx223_Daniel
Super User
Super User

@Andrewutter12 can add a calculated column in the table 

=concatenatex(filter(table,table[invoice #]=earlier(table[invoice #])),table[project path #],",")

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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