Hi All,
I'm trying to create a calculated column for Current Quarter from my Date column but its giving me incorrect data.
Any help where I'm going wrong?
I have the below tables in my dataset which I can use.
I'm trying to make a column like below but its not giving me correct value
Regards,
Himanshu
Solved! Go to Solution.
@Himanshu_1306 , Seem fine, Try like
Switch( True() ,
format(today(), "YYYY - \QQ") = format([Date], "YYYY - \QQ"), "This Qtr",
[Qtr Year]
)
@Himanshu_1306 , Seem fine, Try like
Switch( True() ,
format(today(), "YYYY - \QQ") = format([Date], "YYYY - \QQ"), "This Qtr",
[Qtr Year]
)
User | Count |
---|---|
133 | |
81 | |
64 | |
57 | |
55 |
User | Count |
---|---|
212 | |
109 | |
88 | |
82 | |
76 |