Forum Discussion

Stormkahn's avatar
Stormkahn
Regular Visitor
8 years ago
Solved

365 data inconsistent with the desktop

Hi All,   I’ve taken some time to investigate a peculiar issue but thus far have found nothing, my search foo has also failed me. One of the users questioned the some of the figures in a shared re...
  • Stormkahn's avatar
    Stormkahn
    8 years ago

    Solved the problem, still not quite sure what was tripping up;

     

    In the Power BI query editor it was clear that the date columns were being treated as text, I simply changed type for the 4 affected columns to Date.

     

    I also tweaked the formulas mentioned to remove MONTH and YEAR to use .[MonthNo] and .[Year] instead.

     

    Republished and bingo, problem gone.

     

    So best guess is that there's some implicit type conversion server side that defaults to US language when handling dates.

     

    Thanks for the clues,

    cheers,

     

    Dave