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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need some DAX help on creating following structure of table/matrix. We need to replicate the exact structure.
Impression,EndActions & Downloads are metrics.
YTD= Year to Date
Current Period=Current Month
Period(Minus 1)=Previous Month
Period(Minus 2)=Two Months back data etc....
| Period(Minus 4) | Period(Minus 3) | Period(Minus 2) | Period(Minus 1) | Current Period | YTD | |
| Impression | ||||||
| InitialResponses | ||||||
| EndActions | ||||||
| Downloads |
Hi @Sunkari,
Could you post your table structures with some sample data, so that we can better assist on this issue? ![]()
Regards
| Jan-17 | Feb-17 | March-17 | April-17 | CurrentMonth | YTD | |
| Impressions | 100 | 120 | 90 | 50 | 30 | 390 |
| Initial Responses | 90 | 100 | 70 | 40 | 20 | 320 |
| EndActions | 60 | 70 | 40 | 40 | 10 | 220 |
| Downloads | 40 | 50 | 30 | 20 | 5 | 145 |
Hi @Sunkari,
Could you post your real table structures in your data model(like the Calendar table, Sales table, and Product table etc)? ![]()
Regards
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 53 | |
| 40 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 97 | |
| 81 | |
| 35 | |
| 29 | |
| 25 |