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 everyone,
I am trying to find a solution for following use case:
I have a table where the difference between two values with time-intelligence is calculated by a measure:
First measure
Solved! Go to Solution.
Found a possible solution by changing your measure into this:
@Heidilein
Place the following measure in the filter pane of the matrix, select is not balnk and apply the filter.
Changed =
COUNTROWS (
FILTER (
VALUES ( 'Table'[Article] ),
CALCULATE ( [DeltaPrice], ALL ( [Date] ) ) <> 0
)
)
Hi @tamerj1
thanks, but does not work, because the value of "Changed" is always 1.
I have also tried this with an if statement by checking the difference between the two values, but the filter did not work. Any other idea?
Found a possible solution by changing your measure into this:
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |