Forum Discussion
ThisIsFrank
10 years agoFrequent Visitor
RankX Problems with Part #'s and Description
Hello everyone, Just getting started with PBI and have found these forums very helpful so far. However, I've run into an issue with a current report that I'm hoping to get some help with. I've cr...
samdthompson
Memorable Member
10 years agoHi, you need a new measure that you use as a tool tip. =FIRSTNONBLANK(Table1[COF_PART_DESC],1).
In my opinion this is a silly work around and too hard to do. It should be drop down change on the tool tip rather than this what i feel is a clunky fix..
// if this is a solution, please mark as such.