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

line graph display

hi 

i have a line graph showing data for entire last year and current year 2 months but my current year data is displaying in right side 

i am looking for data to be displayed left side below jan 2020 i want jan 2021.

 

greeshma_0-1613555819060.png

 

1 ACCEPTED SOLUTION
v-xulin-mstf
Community Support
Community Support

Hi @Anonymous,

 

You can use date hieracrchy as:

v-xulin-mstf_0-1613634067118.png

Here is the output:

v-xulin-mstf_1-1613634168693.png

 

Best Regards,

Link

 

View solution in original post

3 REPLIES 3
SpiroswayGR
Resolver III
Resolver III

@Anonymous 

Did you create a calendar table that connected with your Data table ? If no , then you need to create it. You can find million scripts to create it , if you can't find any let me know.

 

Then connect calendar table with your "Date" field as a key with your data table.

 

Then Create a measure for current year :  Revenue_CY = Sum(gross_sales)

For LY you need to create a measure like this : Revenue_LY = Calculate(Revenue_CY ,sameaslastperiod(calendar[date])) or Revenue_LY = Calculate(Revenue_CY ,dateadd(calendar[date],-1,Year))

 

Hope that can work for you as worked for me.

 

Don't forget to give thumbs up 👍and accept this as a solution if it helped you.

v-xulin-mstf
Community Support
Community Support

Hi @Anonymous,

 

You can use date hieracrchy as:

v-xulin-mstf_0-1613634067118.png

Here is the output:

v-xulin-mstf_1-1613634168693.png

 

Best Regards,

Link

 

avatorl
Impactful Individual
Impactful Individual

You need to use common Axis X for both lines. Make a chart with 2021 line only. Then create a measure for last year data (it must return Jan 2020 value if selected period is Jan 2021 and so on, you can use https://docs.microsoft.com/en-us/dax/sameperiodlastyear-function-dax) and use this measure for your second line.

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.