Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I am trying to achieve the table with comments as seen in the image below ... I wanted to display only two rows for each month but I am getting them as below
DAX Calc
June = if([period] = MONTH(today())-1, program[comments],blank())
July = if([period] = MONTH(today()), program[comments],blank())
August = if([period] = MONTH(today())+1, program[comments],blank())Current State
Desired State
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |