Forum Discussion
Totals Not Displaying @ Table Visual
- 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.
Without seeing the model or data, this is kinda tough.
In your RETURN, try changing
Private_Holdings[Entry_Date]=Month_Date_Max_Entry
to
COALESCE( Private_Holdings[Entry_Date], Month_Date_Max_Entry ) = Month_Date_Max_Entry
If that doesn't help, the model and some mock data would help.
Can you show the following?
1) Please provide sample data that covers your issue or question completely.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
2) Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
3) Please explain how you would expect to get from step 1 to 2.
4) If possible, please show your past attempts at a solution.
I hope this helps.