73249/dax-calculation-for-last-n-days
Hi, @Vnk,
Regarding your above query, you can follow something like this:
Var Last_Date = LASTDATE( Table name[Date]) Return CALCULATE( [Total Transaction], Filter(All (Dates), Dates[Date]> Last_Date = N && Dates[Date] <= Last_Date))
I would recommend you to adjust the ...READ MORE
HI banu, Create a column like below, diff = ...READ MORE
2 requirements: please help below scenarios I HAVE ...READ MORE
Hi, @vnk You can make use of this ...READ MORE
You can also achieve this using a ...READ MORE
You need to wrap the numbers in ...READ MORE
HI I have Column Patient 12 13 14 15 18 IN Patient=12, 13 Out ...READ MORE
Try this, it should work: DistinctCountActiveMonths = CALCULATE( ...READ MORE
You can try this out: Desired Output=CALCULATE(MAX([Check]), ...READ MORE
Hi, @Vnk, Regarding your query, you have to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.