March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a SSAS Olap cube with a calculated measure
CREATE MEMBER CURRENTCUBE.[Measures].[percent test] AS
1/2
,VISIBLE = 1
,FORMAT_STRING = 'Percent';
This works fine in management studio and in excel - displays 50%
But independent of what visual I use in Power BI it gives me 0.5
I use SSAS live connection and have no possiblity to chnage the format in Power BI.
Hi @jockefe,
I've just reproduced this case by adding your measure to one of my cubes and it works perfectly fine in both Power BI Desktop and Power BI service (web browser). Can you please specify which version of SQL Server you are using, how you build the report (desktop app vs web browser), and which version of Power BI Desktop you use (if any)?
Best Regards,
Pawel
I use SQL Server 2016 CU3
Latest version of Power BI
I build the repoort in PBI Desktop
I tested it on SQL Server 2016 SP1 + CU3 and Power BI Desktop June 2017 (x64). And I don't know why it's not working for you.
Did you figure this out? We are experiencing the same issue.
What I am encountering, is that is WAS working...now it is not formating correctly. As of last week, visualizations no longer show percentages (we are using the "0.00%" and "0.0%" format strings). In Excel and PowerBI tables, the percent formating is correct. Only when using a PowerBI chart or visualizations is it not honoring the format string. It is way frustrating trying to figure out the problem.
Change the formatting of your calculated measure coming from your Multi Dimensional cube from "Percent" to "#.##%" for example, and test.
Worked for us.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |