Forum Discussion
Anonymous
3 years agoNot applicable
Creating Tables
Hello, I'm currently working on a project where I have to create/modify a table that I have to put down values where I have to substract using 2 values located in the same column. However I'm current...
Anonymous
3 years agoNot applicable
Hi Anonymous ,
I have created a simple samplem please refer to my pbix file to see if it helps you.
Create a measure.
Measure = var _value=CALCULATE(MAX('table'[Column 1 ]),FILTER(ALL('table'),'table'[Index]=SELECTEDVALUE('table'[Index])+4))
return
MAX('table'[Column 1 ])-_value
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.