Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I've searched and searched and haven't found a thread with a solution that works for my specific issue. I have a table with 1 million+ rows of sales data. I need to create a measure that will give me the cumulative total of closed deals for each quarter. I have a Sales Data table and a Calendar table that are related through [Close Date] from the Sales Data table and [DayOfCalendarDate] from the Calendar table. My companies fiscal quarters/years don't line up to the normal calendar. The two closest solutions I've come up with are:
And the other is
I have a column in the Sales Data table with the fiscal quarter mapped based on the close date, but all my attempts to add that as a filter in the expression haven't helped.
Please help!
It's giving you the sum of all quarters because you haven't kept the filter for each quarter in. To fix it, you'll need to add the condition 'Sales Data'[Quarter] = SELECTEDVALUE('Sales Data'[Quarter]) or something like that into formula.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
89 | |
80 | |
59 | |
47 | |
40 |
User | Count |
---|---|
118 | |
81 | |
81 | |
58 | |
39 |