March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi community!
Is there any way to detect connection errors or errors in visuals to avoid showing the typical "X" images in the report's visuals? Our users are requiring to show a kind of "mask" (watermark element) to avoid the errors been shown.
These are not necesarily "errors", it may happen the visual has no data and still shows error.
Regards!
@Anonymous can you confirm what you mean by error? Can you share example/screen shot? If error is coming because of no data it means the measure used to displaying the value can be updated for better error handling.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
I'm talking about a "Can't display the visual" and "Blank" type of errors.
The requierement is that if any visual of the file has an error or is blank, to show a watermark over the page saying "contact your administrator"
Regards,
@Anonymous well blank you can control, example a measure below does sum of the amount, if sum is blank it give message otherwise sum value is converted to text and it returns that
My Measure = VAR s = SUM( Table[Amount] ) RETURN IF ( ISBLANK( s ), "Contract Admin", FORMAT( s, "#####0.00" ) )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Thank you!
This solution would have to be measure by measure, right? Beside, the blank can be handled, but visuals' native errors won't...
We had previously some issues with custom visuals that stopped working with the Desktop's upgrades.
Regards!
@Anonymous visual native error is surely different issue and not sure you can control it.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Isn't there a DAX function or report property that shows if there's any errors in the report?
I've been looking, but the closest are the ISERROR or IFERRROR functions and are limited to the measure scope, not the entire page or file.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
105 | |
99 | |
64 | |
54 |