March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have the following model:
What I need to do is to create a custom column in BAR PROJECT_GROUP_PROJCT using POJECT_OWNER column, and relate it to dbo Sales Rep table using Rep ID - Name_c custom column. (there is no direct relationship between the 2 table as seen in the model).
The only thing in comon in values of each 2 column are the left 2 characters of the value (which basically is the Rep ID).
the values of the two columns are as below:
So I need the custom column that I create in PROJECT GROUP table to have the same values as column
Rep ID - Name_c (which is a combination of Rep ID and Name of the Reps).
I cannot change the model. It ruins all my dashboard I guess.
I hope someone can help me.
Hi @Anonymous,
Try this column.
Rep ID - Name_c = VAR _ProjectOwner = 'BAR PROJECT_GROUP_PROJCT'[PROJECT_OWNER] RETURN CALCULATE( SELECTEDVALUE( 'Sales Rep table'[Rep ID - Name_c] ), LEFT( 'Sales Rep table'[Rep ID - Name_c], 2 ) = _ProjectOwner )
Hi @Anonymous,
Try this column.
Rep ID - Name_c = VAR _ProjectOwner = 'BAR PROJECT_GROUP_PROJCT'[PROJECT_OWNER] RETURN CALCULATE( SELECTEDVALUE( 'Sales Rep table'[Rep ID - Name_c] ), LEFT( 'Sales Rep table'[Rep ID - Name_c], 2 ) = _ProjectOwner )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |