Forum Discussion
Count rows based on date condition from another table
- 1 year ago
Make sure that there is no relationship between the date table and the issues table and then you can create a measure like
Burn Down = VAR MaxDate = MAX ( 'Date'[Date] ) VAR Result = CALCULATE ( COUNTROWS ( 'Issues' ), 'Issues'[Resolution Date] IN { BLANK (), MaxDate } ) RETURN Result
Hi EnSe,
Thank you for reaching out to Microsoft Fabric Community.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user for the issue worked? or let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Anjan Kumar Chippa
Hi EnSe,
Thank you for reaching out to Microsoft Fabric Community.
We wanted to kindly follow up to check if the solution provided by the super user for the issue worked.
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Anjan Kumar Chippa
- v-achippa1 year agoCommunity Support
Hi EnSe,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user for the issue worked. If the issue is resolved, please mark the solution as Accept as solution to help the other members of the community find it more quickly. Don't forget to give a "Kudos" – I’d truly appreciate it!
Thank you for being a part of the Microsoft Fabric Community Forum!
Regards,
Anjan Kumar Chippa