cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
umutkaya79
Helper I
Helper I

Dynamic Parameters

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.

 

1 REPLY 1
amitchandak
Super User
Super User

@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

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors