Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi Team
Solved! Go to Solution.
Hi @Anonymous
Would you mind trying below formula?
Measure = var a = CALCULATE(SUM(RetailAudit_StockCount[Face_On]),FILTER(RetailAudit_StockCount,[Face_On]>=0)&&[MAX_DT]<=SELECTEDVALUE(RetailAudit_StockCount[StockCount_CreatedDate]) Return Round(a,2)
If still not work, please kindly share your dummy pbix/simple worksheet.
Hi @Anonymous
Your capture is not complete for us to generate the determinate result. based on your formula. I'd like to make some change:
column = ROUND(IF([MAX_DT]<=SELECTEDVALUE(RetailAudit_StockCount[StockCount_CreatedDate]),SUMX(FILTER(RetailAudit_StockCount,[Face_On]>=0),[Face_On]), ,2)
If your problem still exists, please share us your dummy pbix or simple data with clear logic.
Thanks for your Reply
we are using live connection if max_ date then display Stock count
we side create always messare only
above measure working fine but didt display ROW total i think as per formula using DAX small restriction above please help
Hi @Anonymous
Would you mind trying below formula?
Measure = var a = CALCULATE(SUM(RetailAudit_StockCount[Face_On]),FILTER(RetailAudit_StockCount,[Face_On]>=0)&&[MAX_DT]<=SELECTEDVALUE(RetailAudit_StockCount[StockCount_CreatedDate]) Return Round(a,2)
If still not work, please kindly share your dummy pbix/simple worksheet.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |