Forum Discussion
Dunner2020
Post Prodigy
6 years agoCalling multiple measures as filter
Hi there, I have two measures that are actually filtering the data. Now I want to use these measures in calculate function. I am not sure how to call them together. Here is the link of sample fil...
- 6 years ago
Hi, Dunner2020
You may try to create a measure like below.
Result = SUMX( FILTER( 'Customer Information', [Zero Customer filter]>0&&[Zero Time filter]>0 ), 'Customer Information'[NumberOfConsumers]*'Customer Information'[Time Spent] )Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
parry2k
Super User
6 years agoDunner2020 can you post the sample data and expected result. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Dunner2020
Post Prodigy
6 years agoparry2k provided the link with more detail, hope that would be helpful