formula
3 TopicsChanging row values based on another coumn value
Hello, I have the following table and I need to know how i can add new column (Type2) based on the following: if one of the Type column values for the same BithdayID is Creative then all values in Type2 column for the same BirthdayID should be Creative otherwise Type2 should be Basic. The following table illustrates the disiered results in Type2 column. Thank you 🙂 BirthdayID Type Type2 (New Column) Birth-1 Basic Basic Birth-1 Basic Basic Birth-4 Creative Creative Birth-4 Basic Creative Birth-4 Basic Creative Birth-7 Basic Creative Birth-7 Creative Creative Birth-7 Basic CreativeSolved2.7KViews0likes4CommentsCreate Aging Bucket. - formula help.
Hi Power BI gurus, I am farily new to Power BI, might ask some simple questions, but please kindly help! :) I am trying to create couple new fields related to Aging bucket ( Account receivable) 1. Days Past Due: is the days difference between report date and due date, I simply used the folumar = 1.0* ([Report Date]-[due date]), and it works.. 2. then I want to create a categorical field - Aging bucket with an conditonal formular, please see below. The questions is that it won't let me to add “AND" logic in one single condition. For example, if date_diff is greaten then 1 AND also less then 30, then "1-30Days". Over all, I am looking for this field with logic: - if date_diff less then 1, then "current", elseif Date_Diff>1 and also <30 then "1-30 Days"; elseif Date_Diff>31 and also <60 then "31-60 Days".... etc. In additon, is there other ways to create the measure instead of using the conditonl column? I am not very familiar with writing formula.. if someone could further advise, I really appericate it. Thank you, FloraSolved33KViews0likes3Comments