Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I am trying to filter the measure count(...) with an expression from Orders table with condition Final=1.I am not able to include that anywere in the measure.Tried a couple of ways but no luck.Ps help
TotalReceiving:=calculate(COUNT('Orders'[OrderID]),LASTNONBLANK('Date'[Date],CALCULATE(COUNT('Orders'OrderID]))))
I need to include another filter condition here like:
'Orders'[Final]=1
Solved! Go to Solution.
@Anonymous,
You may check if the following link helps.
https://www.sqlbi.com/articles/filter-arguments-in-calculate/
@Anonymous,
You may check if the following link helps.
https://www.sqlbi.com/articles/filter-arguments-in-calculate/