The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I have two tables :
And I would like to display the ID of the UVs that are not linked to a US ID.
But I can't manage to put a visual in place with this information ?
Thanks,
Cha
Solved! Go to Solution.
Hi, @Charline_74
If you want to display the IDs of UVs that are not linked to a US ID, you can do this by creating a new table of unlinked UVs and then displaying this table in a visual.
Here's a step-by-step guide:
Load your data and establish the one-to-many relationship between the "UV monitoring" and "User Story" tables. This should be straightforward if the two tables share a common ID. In the "Relationships" tab, drag and drop the connecting field from the "UV monitoring" table onto the "User Story" table to create this relationship.
In Power Query Editor, create a new table of UVs that aren't linked to a US ID. This can be done by merging the two tables on the shared ID and then filtering for null values in the "User Story" table's ID column.
Proud to be a Super User!
Hi, @Charline_74
If you want to display the IDs of UVs that are not linked to a US ID, you can do this by creating a new table of unlinked UVs and then displaying this table in a visual.
Here's a step-by-step guide:
Load your data and establish the one-to-many relationship between the "UV monitoring" and "User Story" tables. This should be straightforward if the two tables share a common ID. In the "Relationships" tab, drag and drop the connecting field from the "UV monitoring" table onto the "User Story" table to create this relationship.
In Power Query Editor, create a new table of UVs that aren't linked to a US ID. This can be done by merging the two tables on the shared ID and then filtering for null values in the "User Story" table's ID column.
Proud to be a Super User!
User | Count |
---|---|
65 | |
62 | |
59 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |