Paste the following into the document.
<MeasureGroupDeploymentInfo>
<Cube>BBDW</Cube>
<DSVTable></DSVTable>
<MeasureGroupName></MeasureGroupName>
<Measures>
<Measure>
<Name></Name>
<AggregateFunction></AggregateFunction>
<Visible></Visible>
<!-- This field is actually not needed for counts -->
<Column></Column>
</Measure>
</Measures>
</MeasureGroupDeploymentInfo>
Adjust the markup for a new measure group. For example:
<MeasureGroupDeploymentInfo>
<Cube>BBDW</Cube>
<DSVTable>v_FACT_INTERACTIONRESPONSE_EXT</DSVTable>
<MeasureGroupName>Interaction response</MeasureGroupName>
<Measures>
<Measure>
<Name>Interaction response count</Name>
<AggregateFunction>Count</AggregateFunction>
<Visible>false</Visible>
</Measure>
</Measures>
</MeasureGroupDeploymentInfo>