This content has been marked as final.
Show 1 reply
-
Re: Data comparison
Digvijay Singh Feb 20, 2018 3:44 PM (in response to Fabiana Iglesias)You may create one synthetic Dimension in bar chart as - Valuelist('MyCompany','Startswith12','Startswith21','Startswith22')
and measure as -
Pick(Match(Valuelist('MyCompany','Startswith12','Startswith21','Startswith22'),'MyCompany','Startswith12','Startswith21','Startswith22'),
Expressionforyourcompany,Expressionfor12,Expressionfor21,Expressionfor22)
The expessions in above measure can calculate specific values for other groups like -
vAssets12 = sum({<IDGeneral={"12*"}>}Money)
vEquity12 = sum({<IDGeneral={"12*"}>}Money)