Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

table with dynamic values

My power bi data source is a tabular model i prepared. In a particular table which i'm fetching, i need the values of 2 columns to be dynamic and be calculated based on a separate table that i'm getting every week. Is it possible to code somehow so if i can make the valyues dynamic, the values in those columns get updated (in the report only and not in the model) by those values every week.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous

 

Yes, its posisble.

 

Assuming that ColumnA in Table 1 should be dynamic based on Column B from Table2.

You need to make sure the relationship is set in the model. And you can define ColumnA using DAX to refer Table2.ColumnB using RELATED().

 

Thanks
Raj

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous

 

Yes, its posisble.

 

Assuming that ColumnA in Table 1 should be dynamic based on Column B from Table2.

You need to make sure the relationship is set in the model. And you can define ColumnA using DAX to refer Table2.ColumnB using RELATED().

 

Thanks
Raj

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.