Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi experts!
Let's say we build a new workspace with a lot of Dataflow that are linked to a any data lake. Within the dataflows with different tables we have some individual filters like "last 2 years" etc.
Which approach/ way is the most professional one to share this information with other? Is there any chance to share this meta data automatically with some else without giving admin rights to this Dataflow?
The objective is that ever user know if there is any filter in the dataflows etc.
Can I store this information somehow within the Dataflow?
Export the dataflow's JSON file, sanitize it, and add it to the developer communication packet where you also describe the data model.