Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I'm having some trouble with setting up a condition containing a minimum requirement.
Example:
"conditions": [ { "x": { "max": 1 }, "y": { "min": 2 } } ],
The goal is that until the user has mapped exactly one X and two or more Y fields, they will continue to see an error like this:
What actually happens is that you can't map any fields at all.
We could set up multiple conditions as "stepping stones" to get to the condition shown above, but that would completely defeat the purpose. The goal here is to display the included error message until the user has mapped all the necessary fields.
Is this possible, or will we need to implement our own input validation and error display?
powerbi-visuals-api: 2.5.0
powerbi-visuals-tools: 3.0.12
powerbi-visuals-utils-dataviewutils: 2.1.1
Hello,
The standard error message window is shown for the whole report.
It is incorrect to adjust it for some limits of certain visual so, it is definitely the best solution to check inputs and show a message inside a visual.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.