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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
ppiotr06
Frequent Visitor

Show only changes from the previous month

Ich suche den korrekten Inhalt einer Kennzahl, die mir die Daten nur dann anzeigt, wenn sich ein bestimmter Parameter im Vergleich zum Vormonat geändert hat (es folgt eine vereinfachte Darstellung)

 

Change.JPG

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@ppiotr06 

pls try this

Column = 
VAR _last=maxx(FILTER('Table (3)','Table (3)'[Client]=EARLIER('Table (3)'[Client])&&'Table (3)'[Month]=EARLIER('Table (3)'[Month])-1),'Table (3)'[Admin])
return if(_last<>""&&'Table (3)'[Admin]<>_last,"changed")

1.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ppiotr06
Frequent Visitor

Vielen Dank für Ihre schnelle Antwort. Gibt es auch eine Lösung "nur" mit einer Maßformel?

@ppiotr06 

pls try this

Measure = 
VAR _last=maxx(FILTER(all('Table'),'Table'[Month]=max('Table'[Month])-1&&'Table'[clinet]=max('Table'[clinet])),'Table'[Admin])
return if(_last<>""&&_last<>max('Table'[Admin]),"changed","")

1.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




ryan_mayu
Super User
Super User

@ppiotr06 

pls try this

Column = 
VAR _last=maxx(FILTER('Table (3)','Table (3)'[Client]=EARLIER('Table (3)'[Client])&&'Table (3)'[Month]=EARLIER('Table (3)'[Month])-1),'Table (3)'[Admin])
return if(_last<>""&&'Table (3)'[Admin]<>_last,"changed")

1.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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