Forum Discussion
Create Milestone Trend Analysis (MTA) in Power BI?
Hi barakb32 ,
Your solution sounds really interesting !
Do you have an example showing how it is built on GitHub?
I feel comfortable using ggplot2 or matplotlib but it is different to build an entire visual from scratch...
Regards,
Romain
barakb32 wrote:Hi Mardin ,
We had the same requirement.
We used the Python visual to meet this requirement.
Regards,
Barak
- Anonymous7 years agoNot applicable
- adarshthouti1412 years agoFrequent Visitor
Hello barakb32
I have found your PowerBI file with trend analysis. You invoked separate rows with 'BI', '45 Line', and the dates to plot the data points.
But I have a data not of your kind where the 'Sample Date' is in different column which is 'Data Date' and I have activity 'Finish Date' .
Could you please tell me how I can plot the 'Data Date' in x-axis and
the 'Finish Date' with respect to the 'Activity ID' in y-axis?I have tried to modify the python code and implement with respect to my requirement, but that isn't working.