Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How can i summarize a table column that contains text that i want to filter out?
example
Name |
A |
B |
C |
D |
So i want to summarize to only show A and B
Solved! Go to Solution.
Hi @Anonymous,
Instead of using just the table name in the first parameter of Summarize, you can use a filtered table like:
New Table = SUMMARIZE(FILTER('Table','Table'[Name]="A" || 'Table'[Name]="B"),'Table'[Name],"Sum",SUM('Table'[Value]))
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: Forecast Period - Graphical Comparison
Hi @Anonymous,
Instead of using just the table name in the first parameter of Summarize, you can use a filtered table like:
New Table = SUMMARIZE(FILTER('Table','Table'[Name]="A" || 'Table'[Name]="B"),'Table'[Name],"Sum",SUM('Table'[Value]))
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: Forecast Period - Graphical Comparison
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |