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.
Hello, I want to count the number of positive lines of the measure [measure1] -[measure2]
thank
Solved! Go to Solution.
Hi @askoflor ,
Here I create a sample to have a test.
Measures:
Measure 1 = SUM('Table'[Value1])
Measure 2 = SUM('Table'[Value2])
Measure 1 - Measure 2 = [Measure 1] - [Measure 2]
Count Positive = COUNTAX(FILTER(VALUES('Table'[Category]),[Measure 1 - Measure 2] >0),[Category])
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @askoflor ,
Here I create a sample to have a test.
Measures:
Measure 1 = SUM('Table'[Value1])
Measure 2 = SUM('Table'[Value2])
Measure 1 - Measure 2 = [Measure 1] - [Measure 2]
Count Positive = COUNTAX(FILTER(VALUES('Table'[Category]),[Measure 1 - Measure 2] >0),[Category])
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |