The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello, I am currently working on my visual's formatting pane and I would like to know how to exactly set conditions such as showing/making the "Show until month: " accessible only after the option to "Filter by Month" is selected (the only other option being "Show All") and how to make it so that the "Show until Month" value could only go from up or down from set of values (for instance from 0 to 12 for months and not more beyond or under that).
this is the code:
Thanks in advance.
Solved! Go to Solution.
I figured it out. For the showing/disabling you need to use the "disabled" property which takes in a boolean value. And for min/max conditions you need to use a special structure shown in the picture below:
I figured it out. For the showing/disabling you need to use the "disabled" property which takes in a boolean value. And for min/max conditions you need to use a special structure shown in the picture below: