The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello everyone,
I have a DQ model, which means I can't use the FORMAT function. I needed to create a calculated column of type "Text" to store a bucket of date values, along with a text value of "Past Due", see below:
Solved! Go to Solution.
Hi @Anonymous
I can reproduce your problem.
Please create columns
Column = MONTH([Week Due])&"/"&DAY([Week Due])&"/"&YEAR([Week Due]) Week Due Bucket2 = IF([This Week] > [Week Due], "Past Due", [Column])
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
I can reproduce your problem.
Please create columns
Column = MONTH([Week Due])&"/"&DAY([Week Due])&"/"&YEAR([Week Due]) Week Due Bucket2 = IF([This Week] > [Week Due], "Past Due", [Column])
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Perfect, thanks Maggie!
Hi @Anonymous
Which is the [this week] ?
I test as below, but i can't reproduce your problem.
Please share a example as above and how does the "this week" calculate?
Best Regards
Maggie
This Week return a single date value - the sunday of the current week.
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |