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
Anonymous
Not applicable

Measure with summed up values according to filters

Hi all,

 

I have following issue where I hope to find help here.

I want to create a measure which has the values of a column which is filtered by a contains function.

 To be precise. I have endless financial transactions on numerous subaccounts. Now i want to filter for the main account number which all these suaccounts contain. But I am failing and failing.

So is there a way to do that without editing my data model?

 

Thanks in advance

BR,

Paul

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous  Try this

 

Calculate(Sum(table[Column]),filter(table,left(table[Account number],8)="60200000"))

 

 

There is also one function stringCOntains. You can try out that also.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous 

share sample data and expected output.

 

Thanks,

PRavin

 

Anonymous
Not applicable

image.png

image.png

 

does this help?

 

Anonymous
Not applicable

@Anonymous  Try this

 

Calculate(Sum(table[Column]),filter(table,left(table[Account number],8)="60200000"))

 

 

There is also one function stringCOntains. You can try out that also.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

 

 

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.