Forum Discussion

ButtersStotch's avatar
ButtersStotch
Regular Visitor
5 years ago
Solved

Date Format Bug (\mmm-yyyy)

Hi guys, I have a report that uses this "EndOfMonth" field, and I need it to be in MMM-yyyy format. I'm able to use this, and publish the report, happy days. How it is supposed to be: https://i...
  • AllisonKennedy's avatar
    5 years ago

    ButtersStotch  I haven't seen this, but you could try converting it to Text field in Power Query so it's always exactly in format you want. Use Date.ToText() function:

     

    Date.ToText([EOMdate], "MMM-yyyy")

  • Anonymous's avatar
    Anonymous
    5 years ago

    I can confirm I've seen this several times. It's exhausting. Power BI has several really nice features, and has come on leaps and bounds recently, but bugs like this are beyond annoying - they are huge productivity soaks. The same happens on money fields - have reports formatted sensibly (in most cases for us, with 0DP) and then suddenly the 0DP is lost and they're displayed with up to nine insignificant decimal places. Makes my team look bad for no reason of theirs.

    And can we *please* stop accepting workarounds to bugs in Power BI as a 'solution'. It's not a solution. The bug still exists.

    Where do I get to vote on this to be fixed?