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.
Hi,
I have 2 tables (Table 1 and Table 2)
I need the result as per below image
@Ival , First Append them in Power Query and then use group by in Power Query
Append : https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Group by
https://docs.microsoft.com/en-us/power-query/group-by
In DAX
Table = var _tab = Union(Table1,Table2)
return
GROUPBY(_tab, [Date], [Item], "Total", SUMX(CURRENTGROUP(),[Value]))
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 |
---|---|
23 | |
12 | |
10 | |
10 | |
8 |
User | Count |
---|---|
16 | |
15 | |
15 | |
12 | |
10 |