Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I'm trying to concatenate a [Full Title] column, combining values from a [Title] column and a [Subtitle] column. That bit seems pretty easy; "= [Title] & " " & [Subtitle]"
But some of the books don't have subtitles, so the concatenated column throws up a null.
How can I get the column to display the information it does have, even when the second value is missing?
Solved! Go to Solution.
I resolved the issue using Column From Examples to create a combined column 🙂
Thanks for the help!
Hi @sgross,
Use this formula
= [Title] & " " & IF(ISBLANK(T[Subtitle]),"",[Subtitle])
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHmm... Using that exact forumula I'm receiving an Expression Error:
Expression.Error: The name 'IF' wasn't recognized. Make sure it's spelled correctly.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsI'm sorry, I don't understand what you mean. Here's a screenshot of what I'm looking at right now in the Query Editor:
I resolved the issue using Column From Examples to create a combined column 🙂
Thanks for the help!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
119 | |
83 | |
47 | |
42 | |
33 |
User | Count |
---|---|
190 | |
79 | |
72 | |
52 | |
46 |