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.
Dear community,
image I have the following table
Goal 2020 2021 2022
A 10 20 30
B 5 10 40
I want to have to two meausures summing the values of A and B (MeausureA =60 and MeasureB = 55).
How can I do this?
Many thanks best regards
Solved! Go to Solution.
@Learner22 , if this is a data table, you need a measure and display that with the goal
Sumx(Table, [2020], [2021], [2022])
You can unpivot the table , then you can simply sum the value part
https://radacad.com/pivot-and-unpivot-with-power-bi
@Learner22 , if this is a data table, you need a measure and display that with the goal
Sumx(Table, [2020], [2021], [2022])
You can unpivot the table , then you can simply sum the value part
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |