Forum Discussion
vm8181
1 year agoFrequent Visitor
Measure for Context Based Sales Calculation Not Showing Correct Total
Hi everyone, I am facing an issue with a dax measure in Power BI that calculates sales based on different attributes from multiple tables. The measure works correctly at the individual row level but...
vm8181
1 year agoFrequent Visitor
Thanks for your response mark_endicott johnt75 weiqb
Yes, creating a disconnected table is the only viable solution in this case. I implemented this approach using a field parameter, and it’s now working fine.
weiqb , ISFILTERED, ISINSCOPE, and ISCROSSFILTERED return the correct total only when the context comes from a single table. However, when the context comes from multiple tables, these functions do not work as expected for total calculations.
Thanks for insights🙏