Forum Discussion
Draw a X-axis based on three date column in Line Chart
Hi pratk30,
What is wrong (what don't you like) with your current approach?
I think there are issues with model design and measures:
You can improve the model design by:
Separate facts (data) from dimensions (lookups) into different tables.
Clarify you data: Are start and end dates against the Session or against the Student or against the Registration (I have a guess, but I should not ever use a guess)?
Also, what are the the business questions you are trying to answer with your chart (this will determine the type of measure to write)?
Tom
Hi Tom,
Thanks for response.
I have updated my question, would give a clear scenerio.
I have to show a data on line chart where based on date column and this date value shoud be fall between start and end date which is coming from another table. And this start and end date should be visible on X-axis.