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 the price column from this Factprice table with the quantity column of the factQuantity table.
How to do it?
Thanks in advance
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
2 Replies
- ponnusamy
Solution Supplier
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
- SidsDataAnalystRegular Visitor
Thanks for your reply. it solved my problem