The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Box and Whister chart ( the orange and blue icon) from Market place does not show calcualated measures from the cube, however it does show regular measure group measures correctly.
In the lower row , the two visuals , the regular measure Fact Invoices Receivable Count is displayed correctly in both Box and Whisker Chart and the Matrix.
In the upper row , the matrix visual correctly shows Invoice Amount Budget, but the Box and Whisker chart does NOT show chart correctly. highlighted in yellow and circled with a blue line.
This is the calculation in the Cube's calculations script
CREATE MEMBER CURRENTCUBE.[Measures].[Invoice Amount Budget USD ]
AS [Measures].[Invoice Amount Original Currency] * [Measures].[Exchange Rate],
VISIBLE = 1 ,
FORMAT_STRING = '#,#0';
Please test this using a direct conection to SSAS cube to possiby AdventureWorks.
This is using SSAS Direct connect mode.
My SSAS cube has been built with Visual Studio 2015 Version 14.0.25420.01 Update 3. It is running on SQL server analysis services version 3.0.4206.0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.