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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
RangeCreateDate | RangeReceiptDate | id |
Chiều (14:00 - 18:00) | Đêm (22:00 - 06:00) | 77815 |
Chiều (14:00 - 18:00) | Đêm (22:00 - 06:00) | 78431 |
Chiều (14:00 - 18:00) | Đêm (22:00 - 06:00) | 79829 |
Chiều (14:00 - 18:00) | Đêm (22:00 - 06:00) | 80177 |
Chiều (14:00 - 18:00) | Đêm (22:00 - 06:00) | 80281 |
Chiều (14:00 - 18:00) | Sáng (06:00 - 12:00) | 77808 |
Chiều (14:00 - 18:00) | Sáng (06:00 - 12:00) | 77812 |
Chiều (14:00 - 18:00) | Sáng (06:00 - 12:00) | 77851 |
Chiều (14:00 - 18:00) | Sáng (06:00 - 12:00) | 77913 |
I want to create a chart with two columns for each time range. Column 1: the number of orders approved during that time range corresponding to RangeCreateDate. Column 2: the number of orders created during that time range corresponding to RangeReceiptDate. Could someone please help me with this?
Solved! Go to Solution.
hello @vynguyen
is this what you are looking for?
if yes, then you just need to unpivot your data
Hope this will help.
Thank you.
hello @vynguyen
is this what you are looking for?
if yes, then you just need to unpivot your data
Hope this will help.
Thank you.