Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
We have a simple table like so:
Item, Start Date, End Date, Monthly_Total
It is easy enough to show growth by graphing monthly total by start date.
And its easy enough to show cancels by graphing monthly total by end date.
I want them both on the same graph though. What would be the ideal way to change the data structure to allow this? (In direct query mode)
I had thought about making a new table with just:
Month, Growth, Cancels and just graphing that but In direct query mode I can't add additional tables.
You may add a calendar table at the source and use measures.
You can't create a custom table when using direct query mode.
I've added a calendar to our backend database but am still having issues with the dax forumla.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |