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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
KiyoshiNagata
New Member

How to make "If" conditional using the legend as a part of the condition

KiyoshiNagata_0-1663774362040.png

 

I want to make a conditional "if" with the legend of a grapfh, to make de conditional "if" dinamic based on this legend, how can do it ?
if(condition of days<legend value that I select,value if true, value if not frue)

1 REPLY 1
amitchandak
Super User
Super User

@KiyoshiNagata , If you want a meausre

 

if( [condition of days]< Max(Table[legend Column]) ,1, 0)

 

where [condition of days] is a column

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Kudoed Authors