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")
- ak772 years ago
Post Patron
Hi Daniel_PowerBI , thanks for reply
The one u suggested only works for IN. i need a generic logic which works for all Holding_Classifications
- Daniel_PowerBI2 years ago
Advocate I
So for july 1st 2013 you want this right?
- ak772 years ago
Post Patron
Ashish_Mathur thuoc115 Daniel_PowerBI , Thanks for reply. I am trying it difficult to explain. wil reply shortly with example
- thuoc1152 years ago
Advocate I
thank you