I’m not sure where the issue is, but after deploying a new dimension and cube using Pulse, the element formatting isn’t being applied. I think it’s the way Pulse is exporting and importing the attribute value, but I’m not sure. Is this a known issue, or am I doing something wrong? This is what I did.
Using Arc, created a new dimension and cube, and applied element formatting.
Created a package in Pulse that contains the dimension and cube.
Deployed the package using Pulse.
What I noticed is that the value in Arc appears as #,##0;(#,##0), but in the cube it appears as b:#,##0;(#,##0) The formatting is applied to views (Perspectives) correctly. In the Pulse package the format appears as #,##0;(#,##0) without the b:. After the package has been imported, the value in the cube appears as #,##0;(#,##0) without the b: and the formatting is not applied to cube views. If I edit the formatting in Arc, it appears not to change, but the formatting in the cube is updated to include the b: and the views display correctly.
It could be something the way REST API exports it out.
Let us probably check the DIMX file of that dimension where you placed the formats. Are you able to post that dimx file (you can change the name of the actual file if you prefer to) here?