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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
esuryahadi
Helper I
Helper I

end date > today

Hello,

 

I have tabel like this,

Screenshot 2023-11-05 134435.png

and with measure like this 

conditions = SWITCH(TRUE(),
MAX('Table'[Status])="done","black",
MAX('Table'[End Date]) > TODAY(),"red",
DATEDIFF(MAX('Table'[End Date]),TODAY(),DAY)<30,"yellow"
)
 
My problem is after i check END Date > Today my result is
Screenshot 2023-11-05 135146.png
the result is should be i marker yellow
Screenshot 2023-11-05 140046.png
any one have solve this case ?
Thank you
 
Regards,
Eko
1 ACCEPTED SOLUTION
Dangar332
Super User
Super User

HI, @esuryahadi 

 

same type of problem solved

refer this (1). LINK 1

                (2). LINK 2 

 

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

View solution in original post

3 REPLIES 3
Dangar332
Super User
Super User

HI, @esuryahadi 

 

same type of problem solved

refer this (1). LINK 1

                (2). LINK 2 

 

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

speedramps
Super User
Super User

We want to help you but your description is too vaugue. Please write it again clearly.

Please DON'T copy & paste your dax and reports that does not work and expect us to fathom what you want to do. That is a bit crazy. 😀

Please just give a simple non technical functional decscription of what you want, then let us suggest the solution. Thank you.

Provide example input data as table text (not a screen print) so we can import the data to build a solution for you.
Also provide the example desired output, with a clear description of the process flow.
Remember not to share private data ... we don't want you to get into trouble. 😧
Take time and care to use the same table and field names in the input, output and description so we can understand your problem and help you.
Try keep it simple and ask one question per ticket.
You will get a quick response if you put time, care and effort into writing clear problem descriptions.

Vaugue descriptions can waste your time and ourtime.

Look foward to helping you when the above information is forthcoming

HI speedramps,

 

Thank you for reminding and sorry about thats.

 

Regards,

Eko

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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