Forum Discussion
ccianci
4 years agoFrequent Visitor
Fixing inconsistent names & missing titles
Hello all, I have two issues I'm hoping you can help me with. I'm fairly new to Power BI & Power Query and i'm working on a PBI report comparing joiners vs leavers over the last x years. For yo...
- Anonymous4 years ago
Hi ccianci ,
You may add a new column:
Filled Title = var _title= CALCULATE(MAX('Table'[Title]),ALLEXCEPT('Table','Table'[Email])) return IF([Title]=BLANK(),_title,[Title])Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi ccianci ,
Any updates?
As lbendlin mentioned , the information you have provided is not making the problem clear to us, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum - Microsoft Power BI Community
Best Regards,
Eyelyn Qin