Forum Discussion
diegolima
4 years agoHelper III
Measure that count lines with filter
Hello guys, how are you? I need help, I have a table and wish make a measure for the count of some information’s: I need select the information’s of column Meter, Data and make a count o...
v-yalanwu-msft
4 years agoCommunity Support
Hi, diegolima ,
Try it.
measure =
IF ( SUM ( [conteundo.4] ) < 72, BLANK (), SUM ( [conteundo.4] ) )
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.