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.
Hi all,
I am trying to add a conditional column to categorize column FR, however the negative numbers cannot be detected as shown below.
Kindly please advise how to solve it.
Thank you for your help!
Solved! Go to Solution.
This is a logic error. Every possible numeric value is satisfied by your first 2 conditions, so you will only get A or B. Delete the second condition ( if FR <= 35 then B) and everything should work fine.
This is a logic error. Every possible numeric value is satisfied by your first 2 conditions, so you will only get A or B. Delete the second condition ( if FR <= 35 then B) and everything should work fine.
Hi @d_gosbell
I've tried your method, however, the correct values do not seem to fall into the correct category that I have intended it to be in.
Here is the logic I want to apply:
How would I go about doing this?
Thank you for your reply!