Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
krzysztof
Helper III
Helper III

Sum of sales with the condition

I'd like to make a sales sum on all the stores except number 100

Total Sales = Calculate(Sum(Revenue);All(Localization[StoreID]) <-- How to add to this a condition that excludes shop 100

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@krzysztof 

Try

 

Total Sales = Calculate(Sum(Revenue);Localization[StoreID]<>100)

Total Sales = Calculate(Sum(Revenue);filter(All(Localization),Localization[StoreID]<>100))

if you need more help make me @

Appreciate your Kudos.

 

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@krzysztof 

Try

 

Total Sales = Calculate(Sum(Revenue);Localization[StoreID]<>100)

Total Sales = Calculate(Sum(Revenue);filter(All(Localization),Localization[StoreID]<>100))

if you need more help make me @

Appreciate your Kudos.

 

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

Check out the October 2024 Power BI update to learn about new features.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.