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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

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

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.