Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
i have a table with raw data and i need to calculate some aggregations by grouping some columns and i need to join this aggregated table bak to source table to get some details. but the common columns in both tables have nulls in it and does not have a column with unique values in it. I am not able to join those becoz it says, one of the table must have unique column values and no null values in it. How do i join in this case?
Solved! Go to Solution.
Hi Reddy ,
You can combine 2 or more coulmns to create Composite Key .
OR
you can copy the source table , strip out all columns except the one or tow you think can be use as primary key ,
U se remove duplicate ( in query editor) and remove duplicate from the column , Now you will have only unique value in thsi New table then use this new table in the middle and join source table and aggregated table to this this new table
source table << New Table>>>aggregated table.
If it doesn't help , share some data to simulate the solution.
thanks,
SS
I believe the power bi july update have new feature introduced for many to many relationship
https://www.youtube.com/watch?v=ZrANsDNnZug
I believe the power bi july update have new feature introduced for many to many relationship
https://www.youtube.com/watch?v=ZrANsDNnZug
@Anonymous Sample data and expected output will be helpful to provide any suggestion or solution.
Proud to be a PBI Community Champion
Hi Reddy ,
You can combine 2 or more coulmns to create Composite Key .
OR
you can copy the source table , strip out all columns except the one or tow you think can be use as primary key ,
U se remove duplicate ( in query editor) and remove duplicate from the column , Now you will have only unique value in thsi New table then use this new table in the middle and join source table and aggregated table to this this new table
source table << New Table>>>aggregated table.
If it doesn't help , share some data to simulate the solution.
thanks,
SS
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
88 | |
86 | |
83 | |
65 | |
49 |
User | Count |
---|---|
127 | |
108 | |
88 | |
70 | |
66 |