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
LFM
Helper III
Helper III

I need help with something very simple

Hello. Im new to power bi and need helt with something very basic. I want to make a line chart where price follows the year like in the power query table. Somehow it not working and the charts doesnt make sense.

Power query.png

year price chart.png

1 ACCEPTED SOLUTION

HI, @LFM 

 

try to make new column in your old table (weekly Prices) which has column date1 and price column and then put new column(week column) in X- axis and Price In Y - axis 

and make sure sum of price instead count of price in Y- axis

 

or 

 

make sure your new table(Weeklyprices) is connected with (Weekly prices) with common column like date

View solution in original post

8 REPLIES 8
Dangar332
Super User
Super User

Hi, @LFM 

put price column in Y- axis

Yes, thats what I did in the second chart. Its just showing a straight line somehow. When i use barchart f.eks. it shows the values "2" for 2022 and "50" for 2023.

Hi, @LFM 

attach your screenshort 

Barchat date price.png

 I should have a value for every week

Hi, @LFM 

create new column using below dax

weeknumber =
 weeknum(ypurtablename[datecolumn])

 

and put that column in X- axis

 

Thanks for your help, but still there are something wrong with the values in the charts. I dont know why every week have the same value. 

 

Weeknumber price.png

HI, @LFM 

 

try to make new column in your old table (weekly Prices) which has column date1 and price column and then put new column(week column) in X- axis and Price In Y - axis 

and make sure sum of price instead count of price in Y- axis

 

or 

 

make sure your new table(Weeklyprices) is connected with (Weekly prices) with common column like date

Hello @LFM ,

 

you're seeing the data per year, you need to create a week dimension field and attack it.

check this https://www.youtube.com/watch?v=BirVo-FsekE

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




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.