March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
dear communitiy,
I have in my dimension table orders not matching orders in fact table and I would like to show them in a table.
The Relationship is by Order.No.
I'm trying to calculate the distinct number of orders in fact table not matching the orders in dimension table.
No of orders with missing order detail records =
Try
No of orders with missing order detail records =
CALCULATE (
[No of Work Order Header],
FILTER (
'd Tbl Items Production Header',
ISBLANK ( RELATED ( 'f Tbl Items Production Details'[Work.Order.No] ) )
)
)
Dear johnt75,
unfortunately this is not working due to following error
The column 'f_Tbl_Items_Production_Details[Work.Order.No]' either doesn't exist or doesn't have a relationship to any table available in the current context.
There is a link to a very limited extract of my model.
https://fileshare.ssl.iscar.com/data/public/8afb8a
Would you pls. have a look again on it.
Thanks a lot
Andreas
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |