Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I was wondering whether it's possible to filter out certain values from a column without using any aggregate function. Here's what i currently have:
Incoming Messages =
CALCULATE (
COUNTA( ps_IncomeMessages[MessageType]),
ALL ( ps_IncomeMessages[MessageType] ),
'ps_IncomeMessages[MessageType] = ("01 - Text Message")
|| ps_IncomeMessages[MessageType] = ("02 - MMS Message")
)
I basically want the new column, "Incoming Messages" (in the data model), two include only these 2 values (out of 6 possible values) without counting the rows or summarize, etc'.
Thanks!
Solved! Go to Solution.
Remove your ALL clause.
Remove your ALL clause.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 34 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 66 | |
| 42 | |
| 32 | |
| 25 |