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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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])

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])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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