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
Solved! Go to Solution.
@Bademeister1337 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.
does this help?
@Bademeister1337 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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
221 | |
77 | |
67 | |
56 | |
52 |