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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I need help to understand how i can implement AGO type measures in POWER BI.
I need to display conversion price for yyyy/mm selected by user along with its values 1 month back, 3 month back, 6 month back and 12 month back. For example:-
If 2018/03 is slected, then row should look like this and I placed the model in below.
Hi @SunilMauryaPBI,
Selected value of 1 month ago =SELECTEDVALUE ( 'Date Dimention'[1 month ago] ) % Mov 1 Month Ago = ( CALCULATE ( [Sum value], FILTER ( 'Stock Price Fact', YEAR ( 'Stock Price Fact'[EFFDATE] ) = YEAR ( [Selected value of 1 month ago] ) && MONTH ( 'Stock Price Fact'[EFFDATE] ) = MONTH ( [Selected value of 1 month ago] ) ) ) - [Sum value] ) / [Sum value]
Regards,
Yuliana Gu
Any help will be appreciated? I want 4 measures to be in place like
Stock price 1 month ago
Stock price 3 month ago
Stock price 6 month ago
Stock price 12 month ago
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 68 | |
| 50 | |
| 46 |