Forum Discussion
Calculating measure total without visual level filter (not slicer)
- 6 years ago
amitchandak i was prepping the data for this question, but i trialled the ALLEXCEPT formula again and seemed to have gotten an acceptable solution. thank you for trying to help 😄
I have also tried the below, but still no luck
TotOrd = CALCULATE([# Orders Shipped],ALL(Data[Charge_Desc])
sja133 , try these
TotOrd = CALCULATE([# Orders Shipped],removefilters(Data[Charge_Desc]))
TotOrd = CALCULATE([# Orders Shipped],ALL(Data))
TotOrd = CALCULATE([# Orders Shipped],ALLSELECTED(Data))
- sja1336 years agoFrequent Visitor
Thanks for your suggestions amitchandak , unfortunately these end up giving me the same result when i turn on the visual level filter.
- amitchandak6 years ago
Super User
sja133 , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- sja1336 years agoFrequent Visitor
amitchandak i was prepping the data for this question, but i trialled the ALLEXCEPT formula again and seemed to have gotten an acceptable solution. thank you for trying to help 😄