March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
i have grid like below. I need simply values of items and POS wise according to date creteria.
i am using date creteria. and find out the according to date if i add card it should show on first value = 312,000 and end value = 0
Please help
Solved! Go to Solution.
@makhdoomliaqat
Not entirely clear about the requirement, but you can add the following two measures to show the 1st and last values on card visuals based on the dates.
First Value = FIRSTNONBLANKVALUE( TableName[Date] , sum(TableName[ Fifoclosinginhand]))
Last Value = LASTNONBLANKVALUE( TableName[Date] , sum(TableName[ Fifoclosinginhand]))
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@makhdoomliaqat
Not entirely clear about the requirement, but you can add the following two measures to show the 1st and last values on card visuals based on the dates.
First Value = FIRSTNONBLANKVALUE( TableName[Date] , sum(TableName[ Fifoclosinginhand]))
Last Value = LASTNONBLANKVALUE( TableName[Date] , sum(TableName[ Fifoclosinginhand]))
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
i Used it when i am working on same item it is showing correct result but when i change item its showing wrong.
See this
the result of first value should be 0 and last value is also zero because i am taking the creteria from
01-01-2019 to 31-12-2019
in this i have no record on 01-01-2019.
@makhdoomliaqat
Sorry, I am not able to follow what you trying to achieve, please share a file with sample or dummy data to show the expected output.
Thanks
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |