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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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

 

Share with Power BI Enthusiasts: 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

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.