Forum Discussion
Quarter Value based on Date Range Filter
- 3 years ago
- Anonymous3 years ago
Hi Oki ,
I have created a simple sample, please refer to it to see if it helps you.
Create a measure.
Measure = VAR _1 = MAXX ( ALLSELECTED ( 'Table' ), 'Table'[Date] ) RETURN IF ( MAX ( 'Table'[Date] ) = _1, MAX ( 'Table'[quanter] ), BLANK () )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Oki ,
I have created a simple sample, please refer to it to see if it helps you.
Create a measure.
Measure =
VAR _1 =
MAXX ( ALLSELECTED ( 'Table' ), 'Table'[Date] )
RETURN
IF ( MAX ( 'Table'[Date] ) = _1, MAX ( 'Table'[quanter] ), BLANK () )
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.