Forum Discussion
lennardsomera
1 year agoRegular Visitor
Help With Visuals from Unpivot
Hoping someone can help. I have the following fact table Title Attribute Value Project A Project Lead Staff1 Project A Supporting Lead Staff2 Project B ...
- 1 year ago
One way is to pull in the dimension attribute into the fact table as a calculated column
see attached
- Anonymous1 year ago
Hi lennardsomera ,
First of all thank you lbendlin for the quick reply and solution.
Apart from that you can also try the following calculation column:StaffName = LOOKUPVALUE('Dimension'[StaffName],'Dimension'[StaffID],'Fact'[Value])Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
1 year agoNot applicable
Hi lennardsomera ,
First of all thank you lbendlin for the quick reply and solution.
Apart from that you can also try the following calculation column:
StaffName = LOOKUPVALUE('Dimension'[StaffName],'Dimension'[StaffID],'Fact'[Value])
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.