Forum Discussion
ak77
Post Patron
2 years agoTOTAL Matix viz help
Hi All, I need help in solving the below issue. Please check i have a dataset and needs to show the total in Matrix Viz for date range selected which i have done . The requirement i need help is t...
Daniel_PowerBI
Advocate I
2 years agoHi,
Can you try this measure:
Sum = CALCULATE(SUM('Table'[Market_Value_Cash_Flow_Adjusted_Beginning]),'Table'[Holding_Classification] = "IN")
thuoc115
Advocate I
2 years agothank you