Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello professionals. I am new to DAX. I want to convert this tableau formula into DAX appreciate your help:
STR(if ISNULL([Student ID]) then [Registration Number] else [Student ID] END)
Thank you for your time and for helping me with my learning process.
Solved! Go to Solution.
Hi @naftycs ,
I have never used Tableau, but I'll give it a shot. My assumption is that both Student ID and Registration Number have the same data type plus that you'd want to create a calculated column.
Calculated Column = IF ( Table[Student ID] = BLANK(), Table[Registration Number], Table[Student ID] )
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Proud to be a Super User!
Hi @naftycs ,
I have never used Tableau, but I'll give it a shot. My assumption is that both Student ID and Registration Number have the same data type plus that you'd want to create a calculated column.
Calculated Column = IF ( Table[Student ID] = BLANK(), Table[Registration Number], Table[Student ID] )
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Proud to be a Super User!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!