Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I've opened a similar thread, but this usecase is a bit enhanced:
An event can have multiple Accounts. Eve O has the accounts C and O. If I click this event, the chart should show the revenue of last 3 months (including current month), starting with March 2021 of the Account Date.
However here it shows only one month:
Here is my measure:
Measure
Relationships:
Relations
Account table with Revenue and Date
Event table
Thank you for your help
Solved! Go to Solution.
Hey @thhmez7 ,
I assume this article provides what you are looking for: https://helicaltech.com/display-selected-month-data-using-date-dimension-powerbi/
The essential part is using a dedicated calendar table.
Hopefully this provides what you are looking for.
Regards,
Tom
https://www.youtube.com/watch?v=d8Rm7dwM6gc&t=789s
found a solution in this video, thanks guys.
https://www.youtube.com/watch?v=d8Rm7dwM6gc&t=789s
found a solution in this video, thanks guys.
Hi,
See if my solution here helps - Flex a Pivot Table to show data for x months ended a certain user defined month.
Hey @thhmez7 ,
I assume this article provides what you are looking for: https://helicaltech.com/display-selected-month-data-using-date-dimension-powerbi/
The essential part is using a dedicated calendar table.
Hopefully this provides what you are looking for.
Regards,
Tom
Hi @TomMartens
I just tried this with a calendar table which has relation to Account table with Date column. However still not correct, as this shows only one month with the sum/cumulative value of the last 3 months. It should be spread over the last 3 months of the selected month. What could be still wrong?