I need to look into this, @Matthew Vanacore. I have used Data Partition in tables that have data in columns, e.g.:
JAN 21 JAN 22
val1 val4
val2 val5
val3 val6
So far, the logic works well, and the engine understands what I'm trying to do, i.e. isolating the data for the current month.
(Later)
I tried with some of the values you suggested and the engine recognized the first column in the table as containing relevant date information:

It also recognized the third column:

... but not the 2nd (the American date format):

I believe this is because we have our Locale set as Ireland; it might work for you.
This is what I uploaded to the test table:
MMMddYYYY |
MMddYYY |
MMMyyy |
OpEx |
15-Jan-22 |
1/15/2022 |
Jan-22 |
72655 |
14-Feb-22 |
2/14/2022 |
Feb-22 |
67256 |
17-Mar-22 |
3/17/2022 |
Mar-22 |
32972 |
16-Apr-22 |
4/16/2022 |
Apr-22 |
20560 |
17-May-22 |
5/17/2022 |
May-22 |
10428 |
16-Jun-22 |
6/16/2022 |
Jun-22 |
96484 |
17-Jul-22 |
7/17/2022 |
Jul-22 |
45504 |
16-Aug-22 |
8/16/2022 |
Aug-22 |
8915 |
16-Sep-22 |
9/16/2022 |
Sep-22 |
87569 |
16-Oct-22 |
10/16/2022 |
Oct-22 |
46472 |
16-Nov-22 |
11/16/2022 |
Nov-22 |
9677 |
16-Dec-22 |
12/16/2022 |
Dec-22 |
1175 |
------------------------------
Regards, Guillermo
------------------------------
Original Message:
Sent: 04-08-2022 10:38
From: Matthew Vanacore
Subject: Date Partition - Can we get an explanation?
Hello,
Can we please get an explanation as to how date partition actually works? Any time I load a new data set I copy an existing partition, but it never seems to work. I have dates formatted as MMM/dd/yyyy, MM/dd/yy, MM/yyyy, and MMM/yyyy, and some of these are formatted as actual dates and others are formatted as labels. I literally just try different combinations until something works. Does anyone have an explanation on what Date Partition is actually looking for?
------------------------------
Matt
------------------------------
#CostingStandard(CT-Foundation)