Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
One of my data source is an excel spreadsheet updated by the users. It's not very reliable and often generate error during the dataset refresh.
It's often the same steps that fails and I'd like to improve the error messages to be able to send the error report directly to the users. Is there any ways to do that?
Example:
Thank you.
Solved! Go to Solution.
Hi @Ncio,
You can throw custom error messages from PQ like this
try (StepWithPotentialError) otherwise error Error.Record("This is a custom error","I just love error messages")
try (X) otherwise Y returns X, unless X is an error. In the latter case, it returns Y.
error raises an error. You can write
error "I just love error messages"
or use a proper error record with
error Error.Record("This is a custom error","I just love error messages")
Here is the email I've got from the PBI service
Showcase Report – Contoso By SpartaBI
Hi @Ncio,
You can throw custom error messages from PQ like this
try (StepWithPotentialError) otherwise error Error.Record("This is a custom error","I just love error messages")
try (X) otherwise Y returns X, unless X is an error. In the latter case, it returns Y.
error raises an error. You can write
error "I just love error messages"
or use a proper error record with
error Error.Record("This is a custom error","I just love error messages")
Here is the email I've got from the PBI service
Showcase Report – Contoso By SpartaBI
thank you!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 18 | |
| 17 | |
| 14 |