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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Alopez11
Regular Visitor

Get the previous date on the data set

HelloI'm having troubles with a Dax.

I have a data set that show when a field was irrigated and how long it was the irrigation period as you can see i¿on the following data set.

Alopez11_0-1666731364991.png


I need to get, some how
a chart that display me the following information.

Alopez11_1-1666731561934.png

If you can give me a hand with this couple of DAX.
Thanks!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi

 

First create a ranking column on your table

JamesFr06_0-1666738844453.png

RankAgricola =

rankx(filter(Feuil4,Feuil4[Agricola]=EARLIER(Feuil4[Agricola])),Feuil4[Fecha])
 
And after you can display it directly
JamesFr06_1-1666738898325.png

 

View solution in original post

2 REPLIES 2
v-jianboli-msft
Community Support
Community Support

Hi @Alopez11 ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

 

Refer to:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi

 

First create a ranking column on your table

JamesFr06_0-1666738844453.png

RankAgricola =

rankx(filter(Feuil4,Feuil4[Agricola]=EARLIER(Feuil4[Agricola])),Feuil4[Fecha])
 
And after you can display it directly
JamesFr06_1-1666738898325.png

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.