Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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])) ) )
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
89 | |
52 | |
45 | |
39 | |
38 |