Forum Discussion
Question on a Measure that's Failing
- 4 years ago
Hi, BillWalker
Try to change all to allselected, so the result will change with the context.
measure = SUMX ( SUMMARIZE ( ALLselected ( 'Table' ), [Opportunity Name], "a", MAX ( 'Table'[Billing Amount] ) ), [a] )Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Thank you Janey! This did resolve the initial issue, I greatly appreciate your help!
In this report, I am using "Sync Sliders" to have a first page that is all filters and subsequent pages are the actual reports. It now looks like these new measures are not respecting the filters from the first page of the report (the filters page).
Can you elaborate on the measure you wrote above? SUMMARIZE creates a new table right? I assume that's impacting the new measure's ability to respect the global 'sync sliders'.
- v-janeyg-msft4 years ago
Community Support
Hi, BillWalker
Try to change all to allselected, so the result will change with the context.
measure = SUMX ( SUMMARIZE ( ALLselected ( 'Table' ), [Opportunity Name], "a", MAX ( 'Table'[Billing Amount] ) ), [a] )Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey