Forum Discussion
ak77
2 years agoPost Patron
TOTAL 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
2 years agoAdvocate I
Hi,
Can you try this measure:
Sum = CALCULATE(SUM('Table'[Market_Value_Cash_Flow_Adjusted_Beginning]),'Table'[Holding_Classification] = "IN")
- ak772 years agoPost 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 agoAdvocate I
So for july 1st 2013 you want this right?
- ak772 years agoPost Patron
Ashish_Mathur thuoc115 Daniel_PowerBI , Thanks for reply. I am trying it difficult to explain. wil reply shortly with example
- thuoc1152 years agoAdvocate I
thank you