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.
Hi all,
I would like to create a measure that creates the difference between a column and the first value of that column so I can display deltas between the first value (reference value) and the rest of the values. For example, in Excel this would simply be:
where row 1 is bolded and serves as the reference value.
I see that there is a "Variance" quick measure but that just shows the difference from row to row, not to a single reference value. I have tried this approach but it produces all 0's when I add it as a column to my table:
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |