Forum Discussion
Missed Row
- Anonymous1 year ago
Thanks for the reply from GilbertQ, please allow me to provide another insight.
Hi Maahmohammed ,
The test dataset is as follows.
Create a measure to mark the missed accounts no.Missed Account NO. = IF ( SUM ( 'Actual expenses table'[Actual Expnses] ) = BLANK (), MAX ( 'Table'[Account No] ), BLANK () )
Adding this measure to the table visual resulted in the following.
Please see the attached pbix for reference.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Maahmohammed
What are would recommend doing is joining the two tables with a left join so that you can then see the missing account number. The first table that I would use is the budget with a left join to the actual data so that you can then see when it is a missing row which you can then flag. This will be done in power query.