Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I am trying to create a measure with the following formula
Solved! Go to Solution.
@ce138867 Try This:
@ce138867 Try This:
Thanks @Anonymous, that worked like a charm!
Measure1= CALCULATE(
DISTINCTCOUNT('Baseline'[FIN]),FILTER('Baseline',AND([Episode Trigger Status]= "Post-Trigger",Baseline[Encounter Type] = "IP")))
NVM, I saw that I had a "}" that I needed to delete. With that removed, I now get the error: Too many arguments were passed to the FILTER function. The maximum argument count for the function is 2.
Try This
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |