The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a Date column, and 2 other columns with 0 and 1s. I would like to create another date column but it only has a Date if the other 2 columns are contain a 1.
Solved! Go to Solution.
Hi @Anonymous
Do you mean, something like this? 🙂
calculated column = IF ( 'table'[column1] = 1 && 'table'[column2] = 1, 'table'[date], BLANK() )
Let me know if this helps! 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hi @Anonymous
Do you mean, something like this? 🙂
calculated column = IF ( 'table'[column1] = 1 && 'table'[column2] = 1, 'table'[date], BLANK() )
Let me know if this helps! 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
10 | |
8 |