Forum Discussion
SidsDataAnalyst
5 years agoRegular Visitor
how to create measure which will divide column from two different tables
I have one table(FactPrice) with the Product price list column, product name column, mobile no column, and another table(FactQuanity) with Product Quantity column, Mobile no column. i want to divide ...
- 4 years ago
Try this if you are using product id as row
Sample Data I used
Table Relationship
(Ignore bi-directional relationship since its sample file) single direction is recommended
SidsDataAnalyst
4 years agoRegular Visitor
Thanks for your reply. it solved my problem