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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
KPMEE
Frequent Visitor

New Column Filtered

Hi,

 

I'm looking for something that most likely isn't that hard to do, but I keep messing it up.

I have a table with the following:

DateScoreClientType
1/1/2023 09:00:AM100AOnline
1/1/2023 09:01:AM90BOnline
1/1/2023 09:02:AM95CEmail

 

In order to display the scores from all three clients seperately in a table/matrix, I want to create a new column for each client, that is filtered by the Client value, and Type value (which are text values).

 

How do I go about this?

 

Thank you in advance

1 ACCEPTED SOLUTION
KPMEE
Frequent Visitor

Solved it, for those who need the same. Add a measure, not column:

Score Client A = CALCULATE(AVERAGE(table[Score]), FILTER(table, AND(table[Client] = "A", table[Type] = "Online")))

View solution in original post

1 REPLY 1
KPMEE
Frequent Visitor

Solved it, for those who need the same. Add a measure, not column:

Score Client A = CALCULATE(AVERAGE(table[Score]), FILTER(table, AND(table[Client] = "A", table[Type] = "Online")))

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.