Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
I want to create a measure with filters and one on the values.
I want to calculate the numbers of cases where the field 'Dossiers'[L=comment] is not empty
Calculate( Distinctcount('dossiers'[Case]) --> I use distinctcount because I have several cases with the same number.
but how to insert the rest
can you help me ?
Thank you
Solved! Go to Solution.
Hi @Milozebre,
Please try this:
Measure=CALCULATE(DISTINCTCOUNT('Dossiers'[Case]),FILTER('Dossiers','Dossiers'[L=comment]<>BLANK()))
Regards,
Yuliana Gu
Hi @Milozebre,
Please try this:
Measure=CALCULATE(DISTINCTCOUNT('Dossiers'[Case]),FILTER('Dossiers','Dossiers'[L=comment]<>BLANK()))
Regards,
Yuliana Gu
Hello,
First Merry Christmas 🙂
Sorry for the late response.
Thank you for your help
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 |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 63 | |
| 34 | |
| 32 | |
| 21 |