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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
ThomasRichard
Helper I
Helper I

Summarize Table with different Filters for each column

Hi all,

 

I created a new table to summarize my data. I am doing totals for each individual.

 

I applied the filters needed for the first column, however I want to add other columns with different filters (especially different date filters).

 

Looking at the picture, my table is summarizing for each player, my 2 first columns "Microcycle HSR" and "Microcycle Total Distance" were date filtered by 

'Date'[Weekly Microcycles]="W06"
 
And I would like to add more columns with a different date filter (for example 'Date'[Weekly Microcycles]="W07")
 
The column with errors is a trial to do it with a new column, but I don't know how to match the summary, plus I would ideally code it directly in the creation of the table.

Screenshot 2.png
Thanks a lot in advance,
 
Thomas
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ThomasRichard ,  You can move the filter to Summarize for each expression

 

Example

"M1", calculate(sum(Table[Value]), filter(Table, Table[Period Name] in {"P1", "P2"} && Table[Col] = "A"))

 

Prefer in over OR

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
ThomasRichard
Helper I
Helper I

@amitchandak  Thank you very much, it seems to be working this way!

amitchandak
Super User
Super User

@ThomasRichard ,  You can move the filter to Summarize for each expression

 

Example

"M1", calculate(sum(Table[Value]), filter(Table, Table[Period Name] in {"P1", "P2"} && Table[Col] = "A"))

 

Prefer in over OR

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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