I have a measure that looks for exceptions, missing bills for a billing period.
*If a contract is active AND we have hours logged to it, then that customer should have had a bill generated and sent, otherwise someone forgot to do their job.
Anyway, NO NEWS is GOOD NEWS. People should come there and see nothing to know all is well.
However, I would like to do an "if no rows returned" type of message like "Congrats, none of your contracts were missing billed hours" or some such.
SSRS had that option, is there anything in Power BI that can do that?
Maybe I do a measure in a textbox or something?? A new measure called "NoRowsReturnedForMissingBills" that does IF "MissingBills = True" then it returns???
Thoughts?