The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |