Forum Discussion
Power BI count null rows
- Anonymous3 years ago
Hi bombom ,
You can create a measure as below to get it:
Tabcross = VAR _tab = EXCEPT ( VALUES ( Tab1[TicketId] ), VALUES ( Tab2[TicketId] ) ) RETURN COUNTROWS ( _tab )If the above one can't help you get the desired result, please provide some sample data in your table 'Tab1' and 'Tab2' (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 bombom ,
You can create a measure as below to get it:
Tabcross =
VAR _tab =
EXCEPT ( VALUES ( Tab1[TicketId] ), VALUES ( Tab2[TicketId] ) )
RETURN
COUNTROWS ( _tab )
If the above one can't help you get the desired result, please provide some sample data in your table 'Tab1' and 'Tab2' (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