ssas - How to format (Bold) Row Labels -


i use below scope statement bold measure values. there way make corresponding row labels bold well?

scope ([reports].[income statement].members);   // bold font report items //  font_flags(this) = iif([reports].[income statement].currentmember [reports].[income statement].&[total sales],1,0);  format_string(this) = iif([reports].[income statement].currentmember [reports].[income statement].&[variable margin],"#,##0.00 %;-#,##0.00 %","#,##0.00;(#,##0.00)"); end scope; 

this how looks in excel. measure value in bold , need row label "total sales" in bold font well.

enter image description here

excel output


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -