Forum Discussion

MiKeZZa's avatar
MiKeZZa
Post Patron
5 years ago

Formatting from Tabular cube not respected

I have a (on premises) Tabular cube. This cube has a measure which I give a custom formatting. The strange thing is that when I have the value 123456789 custom formatting #,### works great; I get 123.456, as I expect.

 

But when I want to add the symbol K to this value (to make clear to the end-user that it is 123.456K, so it's 1000 times more) I use #,###"K" to get this behaviour. If I do that Visual Studio gives 123.456K, so that's good. Excel gives 123.456K, so that's good. But Power BI Desktop then changes tot 123.456.789K. This is not good.

 

Does somebody have an idea what I can do? Am I making a mistake (I make mistakes a lot, but in this case I'm thinking I'm doing the right thing...)? Is there a bug? Is there anything I must change/configure?

4 Replies

    • MiKeZZa's avatar
      MiKeZZa
      Post Patron

      I did it in Visual Studio as formatstring in my SSAS Tabular Cube.

       

      When I apply this format strings to a measure in PBI Desktop it works as planned.