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.
Hi all!
I have a transactional table that is linked to our calendar table via Date column.
This values I have displayed in a simple matrix:
2023-Jan | 2023-Feb | 2023-Mar | 2023-Apr | |
500 | 600 | 750 | 656 |
Then I have a second table that is not linked to the calendar table an has this structure:
Group | Date |
A | 07.01.2023 |
B | 15.02.2023 |
This table I would like to use as a filter in the dax measure. Here I would like to sum up the values again but just until the Date that is displayed in the calumn [Date].
Something like:
CALCULATE(SUM(Sales[Value]), FILTER(Calendar, Calendar[Date] <= Table2[Date]).
How would you achieve that with DAX?
please provide more details on the transaction table. Does it have an actual transaction date (not only a month), does it contain the Group column?
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 |
---|---|
10 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
13 | |
12 | |
11 | |
11 | |
8 |