Forum Discussion
metin
5 years agoFrequent Visitor
Create a comparison column using 3 tables
Dear All, I am working on a report that I need your help and ideas. I have 3 tables that I am working on direct query mode to create report. These 3 tables looks like simply as below in terms...
v-easonf-msft
5 years agoCommunity Support
Hi, metin
Have you tried function "selectvalue"?
Measure = SELECTEDVALUE(Orders[Order Qty])-SELECTEDVALUE('In Transit'[Quantity In Transit])-SELECTEDVALUE(Inventory[Quantity Available])
Best Regards,
Community Support Team _ Eason