Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Team,
Written this code to get data from 2 different columns(_Date &_Time)
Solved! Go to Solution.
@SushmaReddy , Try like
T1[_Date] + T1[_Time]
or
date(Year(T1[_Date]),month(T1[_Date]),DAY(T1[_Date]))
+
time(HOUR(T1[_Time]),MINUTE(T1[_Time]),SECOND(T1[_Time]))
@SushmaReddy , Try like
T1[_Date] + T1[_Time]
or
date(Year(T1[_Date]),month(T1[_Date]),DAY(T1[_Date]))
+
time(HOUR(T1[_Time]),MINUTE(T1[_Time]),SECOND(T1[_Time]))
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |