The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
13 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
8 | |
8 |