The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi
I am wanting to create a measure for Last Year, but instead the number I get is all years (2020,2021 and 2022)
Here is my measure
Thanks Jennet
Solved! Go to Solution.
Hi Thanks for the helpful tip. I have solved this particular problem.
Hi @JennetK ,
You can create a measure as below to get it:
Percentage =
DIVIDE (
SUM ( 'ELT Quotes'[Total Quoted value ()] ) - [Total Quoted LY],
[Total Quoted LY]
)
In addition, you can refer the following links to get it.
Solved: Re: Percentage difference between current year sal... - Microsoft Fabric Community
Solved: Re: Calculating Percentage Difference between Curr... - Microsoft Fabric Community
Calculate Difference This Year vs Last Year In Power BI With DAX [2022 Update] - YouTube
If the above one can't help you, please provide some raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi, Thanks. It didn't work for me. It doesn't matter for now. I think the years are best in separate tables. What you do think?
Hi @JennetK ,
Could you please provide some raw data in your table 'ELT Quotes' (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi Thanks for the helpful tip. I have solved this particular problem.
Hi @JennetK ,
It's glad to hear that your problem has been resolved. Could you please mark your post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
111 | |
80 | |
78 | |
43 | |
37 |
User | Count |
---|---|
157 | |
112 | |
64 | |
60 | |
54 |