Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have data as mentioned below table.
S.No | Month-year | Value |
1 | 12-2019 | 3 |
2 | 11-2019 | 5 |
3 | 10-2019 | 2 |
4 | 01-2019 | 6 |
5 | 12-2018 | 7 |
6 | 11-2018 | 1 |
Requiremnt is, if i select month (12-2019) here i need to display previous month and selected month difference( selected month - previous month) . can you please help me on this.
Thanks !
Regards,
Srini.
Hi @Anonymous ,
Create a Column
Column =
'Table'[Value] - MAXX(FILTER('Table', 'Table'[S.No]< EARLIER('Table'[S.No])), 'Table'[Value])
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @harshnathani ,
thank you for your response. but i dont have the date column. i have the month-year formate(mm-yyyy) and this is custome column as text format. please suggest me the approach.
Regards,
Srinivas.
Hi @Anonymous ,
You have the Index Number. Make sure are descending in nature from the earliest month in text format.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi,
is it possible with out index number, reason is i need to display the value month wise in bar chart.
Regards,
Srini
HI @Anonymous ,
You will need an index column to refer earlier dates.
Also since your date column is also text , this wil also not help.
See if this helps you
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
9 | |
8 | |
8 |
User | Count |
---|---|
14 | |
12 | |
11 | |
11 | |
8 |