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
Hello,
Looking for some help on the following Dax Formula
Im looking for the "Cumulative Actuals to date" values to stop at 30-April-22 and not repeat to the end of the calander
The Dax formula I used is as follows:
Solved! Go to Solution.
Add a new column to your date table like
Current month or before = 'Date'[Date] <= EOMONTH(TODAY(),0)
then wrap the code for your measure inside
IF( SELECTEDVALUE( 'Date'[Current month or before], existing code here )
that will return blank for future dates
Add a new column to your date table like
Current month or before = 'Date'[Date] <= EOMONTH(TODAY(),0)
then wrap the code for your measure inside
IF( SELECTEDVALUE( 'Date'[Current month or before], existing code here )
that will return blank for future dates
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |