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 have a table A
Person ID | Hours | WK ID |
AME374 | 0.5 | 22335 |
AME374 | 0.5 | 11223 |
BBO243 | 6 | 66223 |
BBO243 | 1.5 | 11223 |
BBO243 | 0.5 | 66223 |
BCO57 | 0.5 | 22335 |
BCO57 | 0.5 | 11223 |
CPF060 | 0.5 | 11223 |
CPF060 | 0.5 | 66223 |
CPF060 | 0.5 | 22335 |
another table B
WK ID | Status date |
22335 | 04-2022 |
11223 | 04-2022 |
66223 | 01-2023 |
They are connected by a WK ID
I want to create a DAX measure to sum hours based on person ID from table A and Status date from table B
so measure would give for AME374 for 04-22 , hours= 1 since both WK ID fall in 04-2022
Person ID is in different table A and status in table B and they are connected by WK ID, s a DAX measure has be created to sum hours for each person for each month
1,put the Person ID in the row, and Status Date in the column
2,create a mearsure, and put it in the value area
TotalHours=SUM(TableA[Hours])
the you can get this
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 |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
10 |