Forum Discussion

kent-culpepper's avatar
kent-culpepper
Frequent Visitor
2 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    2 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 Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.