Forum Discussion
ahiemstra
2 years agoHelper I
Incorrect Values Displaying on Tooltips
I have a conundrum I’m hoping someone might be able to help me with. I have a report which details employees on the x-axis and time on the y-axis. A sample of the report looks like this: Th...
- 2 years ago
I have had a look at the pbix. It's got the wrong Employee Name field on the x-axis. These are the fields which are used to slice and dice the data so you want a field from a dimension table. Remove the 1ON1[Employee full name] and replace with EMPLOYEES[Employee full name]
HotChilli
2 years agoCommunity Champion
I have had a look at the pbix. It's got the wrong Employee Name field on the x-axis. These are the fields which are used to slice and dice the data so you want a field from a dimension table. Remove the 1ON1[Employee full name] and replace with EMPLOYEES[Employee full name]
ahiemstra
2 years agoHelper I
Silly me, thank-you!