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.
So I have a measure which calculates the sum of column 2 - column 3 subject to a filter in column 1:
Column 1 | Column 2 | Column 3 |
A | 8 | 2 |
B | 3 | 4 |
C | 6 | 3 |
A | 4 | 5 |
A | 4 | 6 |
C | 3 | 3 |
B | 6 | 2 |
C | 6 | 5 |
Measure A sums the difference between columns 2 & 3 subject to filtering by A in column 1. Therefore, the measure equals the sum of column 2 - column 3 = 3 (A)
I want to create a new measure equal to the value contained in measure A but I don't want the relationship measure A contains (the filter by A). I purely only want the value (3).
I summary, I want to create a new measure equal to another measure but I only want its value, nothing else.
Many thanks for your help
Solved! Go to Solution.
@Anonymous
whatever columns impact you want to exclude from measure put that columns in all function
User | Count |
---|---|
16 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
13 | |
13 | |
8 | |
8 |