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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Esra90
Regular Visitor

How to use values of a visual datatable in another visual datatable

Esra90_0-1667943136809.png

Hi, I have created LOOKUP visual datatable in reports by using DATATABLE on the left as my datasource. LOOKUP table contains min,max and average of column Average on DATATABLE grouped by RefId and Year of the column Date.  What I am trying to do is creating 2nd visual datatable as shown on the right and adding the red coloured columns either from LOOKUP table or by adding New Column, Measure on DATATABLE if possible.

 

Thanks for your help.

 

2 REPLIES 2
djurecicK2
Super User
Super User

You should create 3 measures based on Datatable and use them in both visuals.

 

MinAverage=MIN(Datatable[Average])

 

MaxAverage= MAX(Datatable[Average])

 

AvgAverage= AVERAGE(Datatable[Average])

But I need these values grouped by RefId and year of column Date. How can I manage to get MinAverage, MaxAverage and AvgAverage of grouped values?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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