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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Nosh10
Helper II
Helper II

Dynamic Filter / Sum If

Hello, 

 

I'm not sure if there is a way to do this in Power BI, but I'm creating a table that does the following. 

 

For team EC Saas 2 (column C), how many scrum masters are there (column E), how many product owners (column F) are there, etc

For team Dev (column (C), how many scrum masters are there (column E), how many product owners (column F) are there, etc

For team Oc Dev (column C), how many scrum masters are there (column E), how many product owners (column F) are there, etc

etc......

 

*The number of scrum masters, products owners, etc are driven by FTEs (column D)

 

SumIf Power BI.GIF

 

1 ACCEPTED SOLUTION

Hi @Nosh10 ,

 

I create a column to sum FTEs based on each Platform. 

Total FTEs per Platform =
CALCULATE (
    SUM ( 'Table'[Sum FTEs] ),
    ALLEXCEPT ( 'Table', 'Table'[Platform] )
)

 1.PNG

 

For your latest post, I don't think it is the same requirement with the original one. Please try the formula to check if it is what you want. If it isn't, please share the expected results. We will understand clearly.

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@Nosh10 , looking at the data that seems like sum and grouping should do it. Can you share sample data and sample output.

Sorry for the mix up. 

I'm looking to create an ETF column that does the following:

 

How many ETFs are in surface

How many ETFs are in construction

How many EFTs are in landscaping

 

 

 

 

 

 

Hi @Nosh10 ,

 

I create a column to sum FTEs based on each Platform. 

Total FTEs per Platform =
CALCULATE (
    SUM ( 'Table'[Sum FTEs] ),
    ALLEXCEPT ( 'Table', 'Table'[Platform] )
)

 1.PNG

 

For your latest post, I don't think it is the same requirement with the original one. Please try the formula to check if it is what you want. If it isn't, please share the expected results. We will understand clearly.

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Nosh10 ,

 

Could you tell me if your problem has been solved? If it is, kindly mark the helpful answer as solution if you feel that makes sense. Welcome to share your own solution. More people will benefit from the thread.

 

 

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
AiolosZhao
Memorable Member
Memorable Member

Hi @Nosh10 ,

 

Could you please clarify the specific logic and the different logic between these teams?

 

Because for now, I don't know what's the differences among them and no calculation logic here.

 

Thanks

Aiolos Zhao





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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