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...
Anonymous
2 years agoNot applicable
Hi muhammad_bens ,
Whether your problem has been resolved? If no, please update the formula of measure [Measurement table] as below and check if it can return the expected result...
Measurement table =
IF (
ISINSCOPE ( 'Balance'[Articles(Collections)] ),
IF (
SELECTEDVALUE ( 'Balance'[Articles(Collections)] ) = 'Crop',
[harvest report],
[Actual value measurement]
)
)
If the above one can't help you get the expected result, please provide some raw data in your tables(exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards