Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Friends, I would like to kow how many unique contract number that their expired date is still after todays date. For example, the picture attached below show that C00001 is not expired as per todays date and C00002 has expired. So only C00001 can consider active. May I know how can I code this ?
Solved! Go to Solution.
@Anonymous ,
New column
=
Switch(True(),
[Contract Expiry Date] >= today(), "Active"
"Expired")
Thank you so much !! this is very helpful !!!😁
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 18 | |
| 14 | |
| 14 |