Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply

Criar KPI

Olá galera estou querendo criar um KPI para mostrar a taxa de crescimento ou diminuição em comparação a outro mês.

 

Captura de Tela (315).png

 

No caso o KPI seria a porcentagem do Mês 08, do ano de 2018 vs 2017.

 

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @Antonio_Flávio,

 

I made one sample for your reference.

 

Firstly, we need to create a date table using the formula and create the relationship between the date table and the fact table.

Table = CALENDARAUTO()

Then we can create the measaures as below.

 

total sales = CALCULATE(SUM(Table1[sales]))
Previous = var previsou =CALCULATE(SUM(Table1[sales]),SAMEPERIODLASTYEAR(Table1[date]))
return 
IF(ISBLANK(previsou),BLANK(),([total sales]-previsou)/previsou)

 2.PNG

 

Also please find the file attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

Hi @Antonio_Flávio,

 

I made one sample for your reference.

 

Firstly, we need to create a date table using the formula and create the relationship between the date table and the fact table.

Table = CALENDARAUTO()

Then we can create the measaures as below.

 

total sales = CALCULATE(SUM(Table1[sales]))
Previous = var previsou =CALCULATE(SUM(Table1[sales]),SAMEPERIODLASTYEAR(Table1[date]))
return 
IF(ISBLANK(previsou),BLANK(),([total sales]-previsou)/previsou)

 2.PNG

 

Also please find the file attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Thank you !

Hi @Antonio_Flávio,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.

 

Regards,
Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.