Forum Discussion

Alopez11's avatar
Alopez11
Regular Visitor
3 years ago
Solved

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.


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

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

 

  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi

     

    First create a ranking column on your table

    RankAgricola =

    rankx(filter(Feuil4,Feuil4[Agricola]=EARLIER(Feuil4[Agricola])),Feuil4[Fecha])
     
    And after you can display it directly

     

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi

     

    First create a ranking column on your table

    RankAgricola =

    rankx(filter(Feuil4,Feuil4[Agricola]=EARLIER(Feuil4[Agricola])),Feuil4[Fecha])
     
    And after you can display it directly

     

  • 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.