Hi
I have a calculated column in my table that works out number of Days to Expiry, and I then need another calculated column to allocate descriptors based on that number to give me 'Expiry Status'. I am trying the following:
Solved! Go to Solution.
Thanks everyone for trying to help. I have just got it to work using the following:
Thanks everyone for trying to help. I have just got it to work using the following:
@philippa_f
Hi,
Try following code.
Thanks
Hi AUDISU
Thanks. I tried this, but it gives a result of 'Expired' for every line of data, although there are definitely some that should be in each category. Any idea what I am doing wrong? Data type is text, if I change it to numbers I just get an error for everything, with a message saying Cannot convert value 'Expired' of type Text to type Integer.
I really appreciate you taking the time to help with this.
Philippa
Hi,
Share the link from where i can download your PBI file.
Sorry! I can't do this as it's private organisational stuff 😞
I will try to create a dummy anonymised version though.
Hi Philippa,
Can I see your DAX formula?
Thanks
Hi Philippa,
Please check data type of 'MyTable'[DaystoExpiry] column.
If it is not in number format change it to number.
Thanks
Kindly check the datatype of "'MyTable'[DaystoExpiry]"
When you are calculating null/blank values for MyTable'[DaystoExpiry] it is better to return BLANK not "" which causes to enforce column to Text datatype.
Proud to be a Super User!
Hi FarhanAhmed
Thanks so much for getting back to me. I did substitute BLANK in the code above instead of "" - was this what you meant?
Like this:
But it is still not working, giving me an incorrect syntax error. Can you spot what I have done wrong? Many thanks in advance!
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
245 | |
55 | |
50 | |
45 | |
43 |
User | Count |
---|---|
287 | |
211 | |
82 | |
77 | |
73 |