Forum Discussion
Count Rows From 2 Different Fact Tables Based in Date
- 1 year ago
Would the following measures help?
Scheduled = CALCULATE( COUNTROWS( 'Schedule' ), 'Schedule'[Data] IN VALUES( 'Date'[Date] ) ) Completed = CALCULATE( DISTINCTCOUNT( 'WorkOrders'[Machine] ), 'WorkOrders'[Date] IN VALUES( 'Schedule'[Data] ) ) Compliance % = DIVIDE( [Completed], [Scheduled] )Let me know if you have any questions.
Hi IghorFerreira,
May i know has your issue been resolved? If the response provided by the Super user gmsamborn, addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
If yes, kindly accept the useful reply as a solution and give us Kudos. It would be appreciated.
Thank you for your understanding!
Hi IghorFerreira,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
- v-kpoloju-msft1 year agoCommunity Support
Hi IghorFerreira,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.