Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I would like to have a graph with 2 lines that show
- month on x-as
- amount of times that in that months a document was created. See the table attached.
I am struggling to get it in 1 graph.
Solved! Go to Solution.
Hi,
In that case you could add Year to the x-axis and then drill down using the two arrows in the picture:
Proud to be a Super User!
Hi,
To create a graph like the one you described just place values similarly to this picture:
In your case, I suggest having a calendar table and placing a month column from there to the axis. Additionally, since you are interested in how many documents were created you can use COUNT as the aggregation instead of SUM. You could make measures for document creation planned vs actual and use those. So, e.g. Measure1 = COUNT('Table'[IFC Plan]).
I hope this helps and if it does consider accepting this as a solution and giving the post a thumbs up!
Proud to be a Super User!
Hi,
In that case you could add Year to the x-axis and then drill down using the two arrows in the picture:
Proud to be a Super User!
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
8 | |
6 |