Forum Discussion
muhammad_bens
2 years agoRegular Visitor
Issue with Displaying Correct Values in Matrix Visualization for Grouped Items
Hi Community, I need help with a matrix visualization in Power BI. My dataset includes items grouped under "Crop" which contains "Area_planted" and "Crop_yield." I want to show a ratio (Area_planted...
muhammad_bens
2 years agoRegular Visitor
Thank you aduguid for replying to my message. I had to make some changes to your code due to a context error, and this is the result:
Measurement table =
if (
ISINSCOPE('Balance'[Articles(Collections)]) && SELECTEDVALUE('Balance'[Articles(Collections)]) = 'Crop',
[harvest report],
[Actual value measurement]
)
It always shows the same result 😞