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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
mapet
New Member

Get monthly price froma separate table

Dears, 

 

I have two tables: 

1. Total Hourly Cons (it contain hourly energy consumtion data)

mapet_0-1640617004044.png

2. Energy Price (it contain monthly energy price):

mapet_1-1640617127839.png

 

The scope is to add a colum in the first table that contain the price for the coresponding set of month & year, based o matching colums "date" of the first table and "month" of the second table. An many to one relationship betwen "Date" and "Month" is already established.

 

I've already had a try with 

 

Column = RELATED(EnergyPrice[Price])

 

but it is only returning values for fixed dates (01.01.2020). 
Any advice? 

 

Later edit: 

I've added in the first table an "start of month" column" and now the

Column = RELATED(EnergyPrice[Price])

is providing what i need. 

Is there any other sollution?

 

Best regards.

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@mapet , month seem to be using start date of the month

 

a new column in table one

maxx(filter(Table2, eomonth(Table2[Month],0) = eomonth(table1[Date],0)) , Table2[Price])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@mapet , month seem to be using start date of the month

 

a new column in table one

maxx(filter(Table2, eomonth(Table2[Month],0) = eomonth(table1[Date],0)) , Table2[Price])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.