Forum Discussion
Maya2988
1 year agoHelper I
Power BI Matrix total issue - Need help
Hi All, I am having Power BI with table having data s like below When I- am trying to create matrix for this getting total as like below which is wrong Basically I am expec...
Deku
1 year agoSuper User
Create a measure to sum quantity
Quantity = SUM ( table[Quantity] )