The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi - I'm trying to add a "linked table" to a new dataflow, but it appears Dataflows are no longer an option. It's also missing a few other options as well, like Snowflake... This is a premium workspace with other dataflows, some of which are referencing dataflows themselves. All the existing dataflows appear to be working fine.
Solved! Go to Solution.
Yup. Seeing the same. I've reported it in the Issues forum. Please go vote for it. Thanks. Dataflows not showing Dataflow as a possible datas... - Microsoft Power BI Community
As a workaround you can use a blank query, then change the source to PowerPlatform.Dataflows(null) in the advanced editor:
let
Source = PowerPlatform.Dataflows(null)
in
Source
It will work, just not as easily as if it were listed.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYup. Seeing the same. I've reported it in the Issues forum. Please go vote for it. Thanks. Dataflows not showing Dataflow as a possible datas... - Microsoft Power BI Community
As a workaround you can use a blank query, then change the source to PowerPlatform.Dataflows(null) in the advanced editor:
let
Source = PowerPlatform.Dataflows(null)
in
Source
It will work, just not as easily as if it were listed.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting