The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
How can I filter my query from a particular field of another query, Power BI Designer?
In excel i use:
let
Source = Excel.CurrentWorkbook(){[ Name =" Sales"]}[ Content], FilteredRows = Table.SelectRows( Source, each ([ Product] = ProductQuery[ Product]{ 0}))
in
FilteredRows
Thanks
.
Solved! Go to Solution.