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 Team,
I have a requirement in which i need to calculate store count for current month and Previous month and display in current month.
For Ex :- if my current month is 2018/11 then it should calculate 2018/10+ 2018/11 store count and display in 2018/11.
the data should be displayed in such a way as in image.Data format
The Code for the following calculation that i have done is for every single month. Code for Store count for every month
But i need the logic for calculating two months and displaying in single month. Any help would be appreciated.
Thank you![]()
Create the below measure:
Store Count 2 = CALCULATE([Store count],DATEADD('Date'[Date],-1,MONTH))+[Store Count]Hi @Prodosh
Can you share the code and the data in text and table format so that it can be easily copied by people trying to help?
Or share your pbix file
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 |
|---|---|
| 103 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |