Forum Discussion
quickbi
Helper II
2 years agoError SelectedValue
Hi All, I'm making a P&L statement and I'm using a PL mapping section: When I create a Pivot in PBI I assign the fields as: Where selectedvaluetest show for each row what row is cal...
- 2 years ago
quickbi ok, my next hypothesis is that there are some null or blank values getting in the way. Can you try changing your selectedvalue test to use
CONCATENATEX( VALUES(tablename[Level1]), tablename[Level1], ", " )
quickbi
Helper II
2 years agoHi AllisonKennedy
thanks for your answer but is not the problem because all level1 are showing if they are or aren't collapsed.
...and I expanded all Margin level but did not show anyvalue
AllisonKennedy
Community Champion
2 years agoquickbi ok, my next hypothesis is that there are some null or blank values getting in the way. Can you try changing your selectedvalue test to use
CONCATENATEX( VALUES(tablename[Level1]), tablename[Level1], ", " )