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.
Hi, I have two tables:
Table 1 is a list of transactions with many columns EG "AuditTrail" , "£", "Nominal Account" etc
Table 2 is derived from a number of project files and essentially allocates audit trail transactions against different projects, for simplicity it has two columns "UniqueProjectCostRef" & "AuditTrail"
The aim is to analyse the "AuditTrail" transactions that are not matched against a "UniqueProjectCostRef".
In PowerQuery I can merge Table 2 into Table 1, expand the "UniqueProjectCostRef" then in my PowerBi Matrix filter by null. But I want to avoid unnecessary merges
So Far I have:
Created a relationship between the two tables using the "AuditTrail" columns.
Created a matrix visualisation with 2 rows(Table1[AuditTrail]), (Table2[UniqueProjectCostRef]), and 1 value (Table1[£])
On the (Table2[UniqueProjectCostRef]) row I have selected "Show items with no data"
This creates a table with 50,000 audit trail transactions matched relevant unique cost code & that shows blanks where not matched - how do I filter this to only show the gaps?
Solved! Go to Solution.
@Account6910 , You can use anti join in power query
https://docs.microsoft.com/en-us/power-query/merge-queries-left-anti
Except - https://powerbidocs.com/2020/11/10/except-dax-function-in-power-bi/
Check isblank and common dimension.
Just have the same period data and use the lost formula
@Account6910 , You can use anti join in power query
https://docs.microsoft.com/en-us/power-query/merge-queries-left-anti
Except - https://powerbidocs.com/2020/11/10/except-dax-function-in-power-bi/
Check isblank and common dimension.
Just have the same period data and use the lost formula
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 |
---|---|
14 | |
10 | |
10 | |
10 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |