Forum Discussion
Greg_Deckler
Community Champion
10 years agoDealing with Measure Totals
This one has come up quite a bit recently. The issue surrounds using Measures in Table visualizations with a Total row. The complaint is that the "Total" row is "wrong" for the measure. Technically, ...
alamhaz
Helper I
5 years agoHi
In my case its works only when i choose some dates or product filter but when i dont use any filter its not showing total values
check the screen shot.
measure is
Avg Sale lost (total ) = IF(HASONEFILTER('Product Movement'[Date]), IF([Total Qty Diff Avg] > 0, [Total Qty Diff Avg] * [Avg Selling Price (PV)]),SUMX(VALUES('Product Movement'[Date]), [Avg Sale Lost]) )
Please help
- Ashish_Mathur5 years ago
Super User
Hi,
In your visual, the Date field should actually be dragged from the Calendar Table. I can help, if you explain the question and show the expected result. Please also share the link from where i can download your PBI file.
- alamhaz5 years ago
Helper I
thanks i figure out the problem, thanks