Forum Discussion
Count based on other measure count
- Anonymous3 years ago
Hi Avian65 ,
You can create a measure as below to get it, please find the details in the attachment.
Count of items where Drawing measure is 0 = CALCULATE ( DISTINCTCOUNT ( 'Merge1'[Id] ), FILTER ( 'Merge1', ISBLANK ( [Drawings] ) ) )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
Hi Avian65 ,
You can create a measure as below to get it, please find the details in the attachment.
Count of items where Drawing measure is 0 =
CALCULATE (
DISTINCTCOUNT ( 'Merge1'[Id] ),
FILTER ( 'Merge1', ISBLANK ( [Drawings] ) )
)
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
I implemented your logic with my actual data, but it is not working as expected. Can you share some location where I can upload PowerReport ? Unfortunately I can not share it here.
- Anonymous3 years agoNot applicable
Hi Avian65 ,
You can refer the following link to upload the file to the community, please grant me the proper permission to your shared file. Thank you.
How to upload PBI in Community
Best Regards
- Avian653 years agoHelper I
Hello Ying.
As per above screen shot, I can not see the blank item in the list, infact I want to see only those items whoch are missing.
I message you in PM with url, please review.
Avian
- Avian653 years agoHelper I
Hello YIng,
Did you got a chance to see my reports which I shared thru OneDrive?
Regards
Avian
- Avian653 years agoHelper I
I shared the file in your Prvate Message box and some queries also. Please check,