Forum Discussion
Retrieving a value
- 6 years ago
Anonymous ,
Create a measure using dax below:
Result = CALCULATE(MAX('Table'[Net]), FILTER('Table', 'Table'[Date] = DATEVALUE("31/12/2017")))
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Ashish_Mathur6 years agoSuper User
Hi,
I am not clear with your question. Please show the exact result you are expecting.
- Anonymous6 years agoNot applicable
Hi,
Sorry If I could not explain it well. I am trying to build a cash flow report. The report will have Year and Months slices and the users can select the year and the month for which they want to prepare cash flow report. One of the items which will be shown on the report is Net GST. it is calculated as the difference between Net GST amount at the end of selected month and at the end of last financial year.
For example if the user selects Year 2018 and month February, the Net GST shown on the report will be calculated as the difference between Net GST at 28/2/2018 and Net GST at 31/12/2017. Hope this explains the issue.
Regards
Gus
- Ashish_Mathur6 years agoSuper User