Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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)
@KiyoshiNagata , If you want a meausre
if( [condition of days]< Max(Table[legend Column]) ,1, 0)
where [condition of days] is a column
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |