Forum Discussion
ckserra33
3 years agoNew Member
Using card as a measure?
Hi everyone. I am VERY new to PBI so I may be stating some things incorrectly. I am making a part usage report for our warehouse and I am trying to calculate the per day usage of each part. So if ...
- Anonymous3 years ago
Hi ckserra33 ,
You could use SELECTEDVALUE function - DAX | Microsoft Learn to catch the single value in slicer, or use VALUES function (DAX) - DAX | Microsoft Learn to catch multiple values in slicer.
Also take a look at MIN function (DAX) - DAX | Microsoft Learn and MAX function (DAX) - DAX | Microsoft Learn.
Best Regards,
Jay
Anonymous
3 years agoNot applicable
Hi ckserra33 ,
You could use SELECTEDVALUE function - DAX | Microsoft Learn to catch the single value in slicer, or use VALUES function (DAX) - DAX | Microsoft Learn to catch multiple values in slicer.
Also take a look at MIN function (DAX) - DAX | Microsoft Learn and MAX function (DAX) - DAX | Microsoft Learn.
Best Regards,
Jay