The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hii Community
I'm struggling with a if condition in the costum Column.
I have two colums column1 there i have values and null values, and i have column 2. The goal is to repleace all not null values from column 1 to column 2. For this reason i made an if statement in the custom column but it doesnt work 😞
Thanks alot for help and tipps.
Best wishes
Donb
Solved! Go to Solution.
Hi @DONB87
I think you need to add each, like
each if [#"Column1"] = null then [#"Column2"] else [#"Column1"]
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |