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.
Hi @Paulyeo11 ,
You can create a calculated column just as show in below screenshot:
_TERM = SWITCH('AR'[TERM],BLANK(),"No term",1,"30 day",2,"60 day","Other")
Best Regards
Hi @Paulyeo11 ,
You can create a calculated column just as show in below screenshot:
_TERM = SWITCH('AR'[TERM],BLANK(),"No term",1,"30 day",2,"60 day","Other")
Best Regards
Hi Ying
Thank you so much , it work fine now.
Now i notice that for the raw data payment term , the field value is text or whole number make a lot of diff.
Paul
@Paulyeo11 , You can create a new column like
Switch( True(),
1, "30 Days",
2, "60 Days"
)
Hi Amit
Thank you , where to insert the field name TERM in your propose expression ?
@Paulyeo11 , In the table you have column term , you need to create this new column
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 |
---|---|
105 | |
75 | |
43 | |
39 | |
32 |
User | Count |
---|---|
170 | |
90 | |
65 | |
46 | |
44 |