The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
80 | |
77 | |
43 | |
39 |
User | Count |
---|---|
150 | |
116 | |
66 | |
64 | |
55 |