Forum Discussion
Values comparision number to text
- 7 years ago
The data type of column [Valid Price] cannot be whole number or decimal if you have any rows with "Contract Not Yet Started". It would have to be text. I guess you don't have any rows that have that value?
Hi,
Please see below forumula
Valid Price1 = IF((' Contracts'[Start Year]+[ Start Month]/12)<=([AUP Current Year]+[AUP Current Month]/12),[Monthly Discounted Price]&"" ,"Contract Not Yet Started")
***All columns data type is whole number,
The data type of column [Valid Price] cannot be whole number or decimal if you have any rows with "Contract Not Yet Started". It would have to be text. I guess you don't have any rows that have that value?
- tejapowerbi1237 years ago
Helper V
thank you so much AIB and Alexis i will share PBIX as soon as i can.Thanks
- tejapowerbi1237 years ago
Helper V
Hello Alexis & AIB,
Thank you so much for your suggestion.I have changed the "Contract Not Yeat Started" to 00000 and that works for me.