Forum Discussion
kent-culpepper
2 years agoFrequent Visitor
Totals Not Displaying @ Table Visual
New to Power BI... I am creating a card visual-- but using a table visual to validate my expressions. I can see that I am getting the expected value at the row context (1st row). But I am not see...
- Anonymous2 years ago
Hi kent-culpepper ,
I suggest you to try to create a new measure based on [MV_Other_MxM] measure with SUMX().
MV_Other_MxM WITH TOTAL = SUMX ( VALUES ( 'TableName'[Investment_Name] ), [MV_Other_MxM] )Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi kent-culpepper ,
I suggest you to try to create a new measure based on [MV_Other_MxM] measure with SUMX().
MV_Other_MxM WITH TOTAL =
SUMX ( VALUES ( 'TableName'[Investment_Name] ), [MV_Other_MxM] )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.