Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have two table I would like to "FuzzyNestedJoin" but I don't know how to do that when one of them is a DirectQuery table.
I've tried with create a new table with de DirictQuery-table as a source but I can't load it in PowerQuery to be able to use the way I'm used to.
I would like to be able to filter on FinancialActivityCodes that are only in DQ or only in Excel. When I create a relation today I get only those who appears in both.
Can anyone help me?
@TommyMossberg , Use that in a measure
calculate(sum(Table[Value]), filter(Table, Table[ID] in values(Excel[ID]) ) )
or create join and check for non blank in filter
calculate(sum(Table[Value]), filter(Table, not(isblank(Excel[ID])) ) )
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
73 | |
58 | |
40 | |
35 |
User | Count |
---|---|
84 | |
69 | |
59 | |
46 | |
46 |