Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Creating new Custom Column based on other column value. In this case checking if other column is empty or not using the length of the value.
In the Custom column add the code: each if Text.Length([subrule_id]) > 0 then 1 else 0
in the table colum you will see some different syntax as below:
Table.AddColumn(#"Changed Type", "subrule_id_flg", each if Text.Length([subrule_id]) > 0 then 1 else 0)
Hope this can help anyone who is working on the similar problem.
Thanks
Hi @muradmy ,
Thank you so much for sharing your custom column formula with us! We truly appreciate your contribution to the community. Your input helps us improve and provide better solutions for everyone. If you have any more insights or need further assistance, feel free to reach out. We’re always here to help!
Best Regards
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |