Hi everyone,
I have a question if anyone can help I would appreciate and thanks in advance.
I have 2 data sets which I can not connect.
First one has the tenant names with the profit margin for every each tenant.
2nd has the zone names with the average prices for every each zone.
Also every tenant is in a specific zone.
What I am trying to achieve is : When a tenant log into their account with their zone, I am trying to pass their margin to the other dataset, so that their margin adds up to the average prices and every tenant can see their sum price (average+margin).
Is the solution with using the dynamic parameters ? I tried and couldn't figure it out.
Thank you.
@umutkaya79 , You need to have a table with a common table with tenant and zone and then you can work in star schema
or you can transfer values across tables using
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
User | Count |
---|---|
135 | |
88 | |
65 | |
59 | |
57 |
User | Count |
---|---|
213 | |
108 | |
86 | |
82 | |
76 |