CastelessHelper I9 years agoSolvedTrying to calculate most recent classification Suppose there are three columns: CLIENT | Classification | Date 1 | A | 1/1/2016 1 | A | 1/1/2016 1 | B | 2/...Show MoreSean to Vvelarde9 years agoCasteless How about this? Classification on Last Date =IF ( HASONEVALUE ( 'Table'[Client] ), CALCULATE ( LASTNONBLANK ( 'Table'[Classification], 1 ), LASTDATE ( 'Table'[Date] ) ), BLANK ())Good Luck! :smileyhappy:
Sean to Vvelarde9 years agoCasteless How about this? Classification on Last Date =IF ( HASONEVALUE ( 'Table'[Client] ), CALCULATE ( LASTNONBLANK ( 'Table'[Classification], 1 ), LASTDATE ( 'Table'[Date] ) ), BLANK ())Good Luck! :smileyhappy:
Sean to Vvelarde9 years agoCasteless How about this? Classification on Last Date =IF ( HASONEVALUE ( 'Table'[Client] ), CALCULATE ( LASTNONBLANK ( 'Table'[Classification], 1 ), LASTDATE ( 'Table'[Date] ) ), BLANK ())Good Luck! :smileyhappy:
VvelardeCommunity Champion9 years agoCasteless Try to Delete the measure of the visual and add again. Regards,
SeanCommunity Champion to Vvelarde9 years agoCasteless How about this? Classification on Last Date =IF ( HASONEVALUE ( 'Table'[Client] ), CALCULATE ( LASTNONBLANK ( 'Table'[Classification], 1 ), LASTDATE ( 'Table'[Date] ) ), BLANK ())Good Luck! :smileyhappy:
Related contentFabric + Purview (Data Classification)Calculate Margin Based On ClassificationCalculate distinct items by classificationMicrosoft data classification and PowerBICalculation per ABC Classification