Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I’ve got a number of cases where the format for a calculated member is lost when using that member in a PowerBI report. Calculation from the cube’s calculation script. CREATE MEMBER CURRENTCUBE.[Measures].[TestFormat] AS .17, FORMAT_STRING = "Percent", VISIBLE = 1 , ASSOCIATED_MEASURE_GROUP = 'Calculation Result' ; I pull this into PowerBI designer and it displays as ".17" Since this a direct connection, I do not have the option of altering the format in PowerBI designer. Using SQL Server 2016.
I have the exact same problem.
Have you found a solution for this?