Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I'm trying to calculate the difference between volumes of two consecutive months in the same year (a net gain/loss). I must keep track of which months are being subtracted as well as the volume difference. For example, I must calculate D7-D2 (Month 2 - Month 1 in 2018). What is the best way to accomplish this?
Solved! Go to Solution.
Hi @Anonymous ,
create a Date column and use a MoM (Month over Month) time intelligence calculation (Measure).
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Anonymous ,
create a Date column and use a MoM (Month over Month) time intelligence calculation (Measure).
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Thanks so much!!
For anyone else who views this, you must use the DATE function to create the date column as such:
DATE('table1[year]','table1[month]',1)
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 |
---|---|
76 | |
76 | |
56 | |
35 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |