Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Learn Power Apps

2.4k members • Free

Azure Innovation Station

354 members • Free

AZDevOpsDojo

18 members • Free

Learn Microsoft Fabric

12.7k members • Free

12 contributions to Learn Microsoft Fabric
Purview Roadmap Updated
The Purview product roadmap has been updated... I've pulled out the Fabric-related features that might be of interest in the image below. You can download and look at the full PDF roadmap here. Thoughts?! 👀
Purview Roadmap Updated
0 likes • 3d
Purview is pretty neat, when I played around with it a while ago it seemed to definitely be lacking though (though I will say I'm definitely not super familiar with it). I saw the potential for sure though when it came to linking Fabric to it!
Favourite new feature/ announcement from FabCon?!
Hello everyone, last week was PACKED full of announcements, and Fabric news, and new features. If you missed all the announcements, you can get up-to-speed by reading this blog post. Whether you were at FabCon or not, I'm curious, which of these announcements got you most excited?! And, most importantly... why? Let me know in the comments below!
Poll
33 members have voted
1 like • 4d
@Will Needham thanks for the theory! I definitely think you are spot on, and gave way more insight that I would have ever gotten from trying to figure it out myself haha. Totally makes more sense as to why some of these things stay in preview for so long. I have been using the lakehouse schemas for a while and haven't had too much issue in how I've been using them. I don't really use DFG2 much but decided to give it a whirl last week for a simple data cleansing and load from a few excel files instead of doing a whole spark notebook, but the lack of a schema destination was a bit off-putting. I do go back on the pipeline notifications as the major one for me personally. I haven't looked at the new outlook or teams activities for options, but they sure were a pain before, hence the Power Automate solution. It definitely is easier to have all the activities on one canvas though that's for sure!
0 likes • 4d
@Will Needham look forward to what you find out and post!
How to send detailed notification when Fabric pipelines fail?
I have multiple pipelines in Fabric. Some copy databases (like PostgreSQL) into the warehouse, while others run notebooks and collect data from APIs and Firebase into Fabric. Right now, I only receive a simple email notifying me that something went wrong, but I need to open the pipeline manually to check the error details. What I want is: - To automatically send an email with the log file or detailed error message when a pipeline fails. - To send this email in HTML format so it’s easier to read. How can I configure this in Fabric? Is there a built-in way ? Any guidance would be greatly appreciated!
How to send detailed notification when Fabric pipelines fail?
2 likes • 19d
I personally do not like Outlook activity in a pipeline since copying and moving it to another pipeline always gave me issues. I’ve found that creating a trigger and having it trigger a Power Automate flow and passing those specific pipeline parameters is best, although I think it might be limited to the event stream schema. I know for mine I send the pipeline url, report url (I have a Power BI report with specifics about each table and the error messages), and a database url (figured I might as well practice some KQL too). It’s not super hard to setup, but it definitely is more to stitch together using multiple services. I’d say it takes about 10 minutes for the email to send to me via Outlook from the Power Automate flow after a failure. I’m not sure if this could be sped up by altering the event stream (didn’t really check since my pipelines mostly run early AM). Don’t know if that helps or gives some ideas but thought I would share. More than happy to help out more if I can!
2 likes • 5d
@Arlette Slachmuylder 100% agree with you. It’s out of preview now I think though. I don’t know if that means any changes though at the moment to both the Outlook or Teams activities.
September 2025 - Fabric Product Updates 🧵
With FabCon Europe well underway, we have a nice lonnngggg list of new features to go through! Here's the September 2025 Updates blog post And the accompanying video on YouTube. Take a look through (might take a few hours 🤣) and let me know which updates you're most excited about!!
1 like • 9d
Love the evaluate expression feature in the pipelines!
1 like • 9d
@Abhay Verma appreciate the summary!
Incremental ingestion in Fabric Notebook
Incremental ingestion in Fabric Notebook I had question - how to pass and save multiple parameter values to fabric notebook. For example - for the below code how to pass 7 values for table in {Table} parameter sequentially and after every run need to save the last update date/time (updatedate) column values as variables and use these in the next run to get incremental values for all 7 tables. Notebook-1 -- 1st run query = f"SELECT * FROM {Table}" spark.sql (query) --2nd run query-updatedate = f"SELECT * FROM {Table} where updatedate > {updatedate}" spark.sql (query-updatedate)
0 likes • 15d
If you're passing from pipeline to notebook you would need to set base parameters for the notebook activity in the pipeline. The code is a bit confusing though. You want to run a query from somewhere and then pass that into Spark?
1-10 of 12
Warren Malcolm
2
4points to level up
@warren-malcolm-2853
¯\_(ツ)_/¯

Active 1d ago
Joined Mar 4, 2025
INTJ
Powered by