Forum Discussion
Anonymous
2 years agoNot applicable
Power Bi Matrix or Table dont show 0 Value
Dear All, I have in my model sales (Pack qty) and (Target) for diffrent types of sector (AM and PM) Check the attached screenshot and compare between the first part and second part in the screenshot...
audreygerred
Super User
2 years agoIn the Build a visual pane, try to right click on your field for Sector and select 'Show Items with no data'. It is weird that the line is disappearing even though it has Target information. I would expect AM to stay, but be blank for Pack Type and have a value for Target.
Also, I would suggect making measures for Pack Qty and Target:
PackQty = SUM('Table'[PackQty])
TargetPacks = SUM('Table'[TargetPacks])