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.
I am currently creating a combo line and stacked column chart for outputs. My data has 4 columns: transaction date, quantity, selling price and total value (quantity*selling price). X axis is days of the current month and y-axis columns are total value for each day. I have two lines, MTD and daily goal (constant line at y = $100,000). I want to add another line that shows what the goal MTD would be if we would fulfill our daily goal at a rate of $100,000 per day. For example, day 1: $100,000, day 2: $200,000, day 3: $300,000, etc., all the way to the last day of the month which would total $2 million (in working days). An important thing to mention is that there are mutiple transactions for the same day, so I can't just add a column with those values to my data. Also, I don't have a date table but the transaction date column has a PowerBI-generated date hierarchy. Any ideas or suggestions? Anything is appreciated! Thank you
Solved! Go to Solution.
Hi,
You may download my PBI file from here.
Hope this helps.
Hi,
Share the download link of the PBI file. Also, in accumulating the daily goal, do you want to exclude both Saturday and Sunday?
Good morning! Yes I would like to exclude Saturday and Sunday, here is the download link to some sample data: https://app.powerbi.com/links/UDPiJGt10P?ctid=5dbe144b-33d6-4f65-8c82-befe5f2d5b6c&pbi_source=linkSh...
That takes me to a sign-in page
I aplogize, I'm having a hard time figuring out how to send the file without asking for a sign-in. I will attach a screenshot of my screen with columns and measures.
I'll also attach a screenshot of the spreadsheet so you can get a better idea of what I meant about having mutiple transaction values with the same date. The data goes up to the day before and is updated everyday!
Let me know if this works, but if not, thanks anyways for your time and patience!
Hi,
Upload the file to Google Drive and share the download link here.
Hi, I uploaded the PBI and spreadsheet filed to this folder in Google Drive: https://drive.google.com/drive/folders/1yPRTt0x7vNr6sGKjAY1PtEdgnyHUZLww?usp=sharing
Thanks again for the help!
Hi,
You may download my PBI file from here.
Hope this helps.
@carlacervonif , Assuming you are using date table, Try a measure like
Calculate(
Sumx(Summarize(Table, Date[Date], "_1", 100000), [_1]), datesmtd(Date[Date]) )
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 |
---|---|
74 | |
73 | |
56 | |
38 | |
31 |
User | Count |
---|---|
84 | |
63 | |
63 | |
49 | |
45 |