Forum Discussion
medaxing
4 years agoFrequent Visitor
Grand Totals Rows and Column Not Matching
Hi Guys, Greetings! Need your help. Below is the example of the data. Unfortunately unable to figure out why the grand totals are not matching. Name 2022-01 2022-02 2022-03 ...
- 4 years ago
Hi medaxing ,
Please try the following formula:
Measure = var total = sumx ( SUMMARIZE ( V, 'Calendar'[Year and Month], V[V Code], "base", [measure_base] ), [base] ) return if ( hasonefilter ( 'Calendar'[Year and Month] ) && HASONEFILTER ( 'V'[V Code] ) , if ( [measure_base] < 1, 0, [measure_base] ), total )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lbendlin
4 years agoSuper User
Please provide sanitized sample data that fully covers your issue. Paste the data into a table in your post or use one of the file services. Please show the expected outcome.