Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
When I create a column with the "Custom Column" button and then type some combination of if statements, the column type converts to a Conditional Column. If I want to edit the logic for the column, the dialog box that opens is the "Conditional Column" dialog, and I can't edit the code except to add or modify if/else statements.
Is there any way for Power BI to ALWAYS show the "Custom Column" dialog box, and not convert the columns to Conditional Columns?
Hey @RCCurtis
The way I would solve this would be to add a section to your if statement that doesnt match the traditional : if else logic.
For example here I have added an and condition to my logic of 1=1 which will always be true 😊
= if [Column1] = 1 and 1=1 then "Flag" else "Not"
This makes sure the custom column box will always appear as this will not translate into the normal pop up window for conditional columns.
Appreciate your Kudos!
Please accept the solution if it answers your question 🙂
This is similar to the solution I've been using as a workaround. Unfortunate that there isn't a better way around this behavior.
@RCCurtis I don't think you can disable that but you can write or edit code in m dialog box for each step
@RCCurtis If you have a condition in a custom column then it will open as a conditional dialog box.
Yes, I am aware of that. I am asking if there is a way to disable this behavior. I do not want to see the conditional dialog box.
Did you try refreshing it
Thanks for creating an account just to try and answer my questions. Very thoughtful of you. But nope refreshing it didn't help.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
121 | |
79 | |
48 | |
38 | |
31 |
User | Count |
---|---|
192 | |
79 | |
70 | |
50 | |
42 |