Forum Discussion
RENJITH_R_S
Resolver II
3 years agoSub total for an entry in Matrix Visual
Hi Friends,
Can you help on my requirent, I need a sub total for a category (demand only) for each areas only please see the example
Also please not the calculation for values in the martrix is defined as
Value =
SWITCH(
SELECTEDVALUE('Table'[Category]),
"Budget", [Measure Budget],
"Remaining Budget", [Measure Remaining Budget],
"Demand",[Measure Demand],
BLANK()
)
1 Reply
- bhelou
Responsive Resident
hi , can you share a test PBIX file ? will try to solve it