Ultimate access to all questions.
You have a Fabric tenant containing a semantic model named Model1. You find that the provided query is performing slowly against Model1.
You need to reduce the query's execution time.
Solution: Replace line 4 with the following code:
NOT ( CALCULATE ( COUNTROWS ( 'Order Item' ) ) < 0 )
Does this solution meet the goal?