Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Let's say I have the model below. A Car table, a table with all gas consumed by each car in the company and another table with car status for each date. I know the "Status" column should be modeled in the table with the gas data but it is what it is.
I'd like to generate a table using DAX with total gas consumed by each car in each status and grouped by month/year like below:
Month/Year | Car | Status1 | Status2 | Status3 |
Jan/2020 | A | 10 | 13 | 7 |
Feb/2020 | A | 12 | 9 | 13 |
Jan/2020 | B | 15 | 7 | 8 |
Feb/2020 | B | 4 | 70 | 45 |
Any suggestions?
@sergiorodrigues , You need to have common status and Date table too
how to get a common table in DAX -https://www.youtube.com/watch?v=Bkf35Roman8
power query
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |