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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
modxplus
Frequent Visitor

Tying to alternate row with call time and name

I have been dealing with this problem most of today and havent been able to figure it out. 

I put a mock up below of what my data looks like. Columns A - C are pulled from SQL into Power BI and Column D is pulled from a merge from another table in Power Query. (there are about 15k rows)

You can see in Row C some of the Colors are blank. 

But looking at row 5 for example the conversation start/end times are bewteen the start and end times for John on line 3. 

Same with Bryan on on line 12 and 14. Both those conversation start and end times are bewteen the start and end time of Bryan on line 7.

So you can see my EXPECTED column in E. How are the colors are filled in with what is in the "master" call

Its a lot but basically I need to look at the nulls > check for other calls that are within the same time frame > make sure its by the same person > populate the original color onto a new line.

Thanks for your help!

 

Power BI Help.PNG

 

 

3 REPLIES 3
mahoneypat
Microsoft Employee
Microsoft Employee

Please provide your sample data in a copy/paste-able format (insert table or provide a link to data on Google Drive, etc.). That will make it easier for people to provide a more specific solution.

 

One thing you could try is to group on the Name column and don't aggregate (keep all rows). You can then do a fill down on the nested tables, and then re-expand them. In your sample data, it looks like it is always the previous non-null value for that person. Is that the case?

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


That is what I did in the meantime to be able to get my report working. 

Just sort by Name, then Conversation Start time and fill down. It was about 95% correct following that approach. Still would prefer to look by time. 

Do you plan to provide a link to sample data that includes an example of the 5% that isn't working?

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.

Top Solution Authors