Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |