Forum Discussion
Dunner2020
6 years agoPost Prodigy
Calling 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
6 years agoSuper User
Dunner2020 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
- Dunner20206 years agoPost Prodigy
parry2k provided the link with more detail, hope that would be helpful