Forum Discussion

kasife's avatar
kasife
Icon for Helper V rankHelper V
3 years ago
Solved

Percentage achievement

Hey people,

 

I'm trying to create a measure that selects the date when 40% of the sale is reached. In the example below the 40% was reached in July 2023.
How do I select this date?

To create the matrix I used month and year from my calendar table. And for the percentage measure:

 

40% = 

VAR PercentualCurva = DIVIDE(projetoAcumulado,_allProjeto)
RETURN
IF( PercentualCurva >= 0.4, MIN(ultimoReaalDivulgado[Data Repasse]))

 

 

 

 

7 Replies

  • Hi,

    Share the download link of the PBI file.  Do you want to see this date for each project?  If possible, please ensure column/table names are in English.