Forum Discussion
AJP
8 years agoAdvocate I
Annotation using a FactEvent Table? Is this Possible?
Hi All, I am looking to annotate a line graph - I have been able to do this using the EVENT & NOTE Dax as detailed in a number of posts, however this doesn't quite give me the functionality that ...
- 8 years ago
Hi Annie,
If you have an Event table, you can establish relationship with the DimDate. Then add it to the Tooltip. Please check out the demo here.
The measures could be:
Note = SWITCH ( MIN ( 'DimDate'[Date] ), MIN ( 'DimDate'[Date] ), MIN ( 'Event'[Event] ), BLANK () )Event = IF ( LEN ( [Note] ) > 0, SUM ( FactEvent[Value] ), BLANK () )
Best Regards,
Dale
v-jiascu-msft
8 years agoMicrosoft Employee
Hi Annie,
If you have an Event table, you can establish relationship with the DimDate. Then add it to the Tooltip. Please check out the demo here.
The measures could be:
Note =
SWITCH (
MIN ( 'DimDate'[Date] ),
MIN ( 'DimDate'[Date] ), MIN ( 'Event'[Event] ),
BLANK ()
)Event = IF ( LEN ( [Note] ) > 0, SUM ( FactEvent[Value] ), BLANK () )
Best Regards,
Dale
StuBee
3 years agoHelper I
Hello,
Would you be able to upload the sample file again please.
This is a really useful topic, but sadly the file has been removed.
Thanks