I am using a table that I need to convert in a pivot table
However I have some fields from the pivot table are in the columns and some others are in the rows (Dates). which returns then the following pivot table:
Is there a way to let the Pivot table read it? (I m also open for VBA Ideas to start)
Your data is currently "Crosstabulated" aka in a crosstab, which Pivots can't handle. You need to "Unpivot" your data using either PowerQuery or VBA.