Forum Discussion
One Slicer, multiple Parameters
- 1 year ago
I think I got your issue now.my last try.check this
You have to bring value4 to fields for the slicer and for the y axis of the graph do below,
I hope this works
regards,
No that wont do it either Im afraid. But thank you so far anyway. In the end it want a slice with 2 options "Revenue" and "Sales". When I select Sale my barchart shows the two sales measures and when I select Revenue its the 2 revenue measures.
My example with 4 measures is just to simplify. In reality I have 6 or 8 measures per option and I dont want the user to be able to mix them or to be obliged to select each one, one by one...
I think I got your issue now.my last try.check this
You have to bring value4 to fields for the slicer and for the y axis of the graph do below,
I hope this works
regards,
- H3nning1 year agoHelper V
All visuals are empty... This is my code with real fields:
TestOneSlicer = {("GewichteterRestBetrag0-30", NAMEOF('Measures (2)'[__GewichteterRestBetrag0-30]), 0,"Revenue"),("GewichteterRestBetrag31-60", NAMEOF([__GewichteterRestBetrag31-60]), 1, "Revenue"),("GewichteterRestBetrag61-90", NAMEOF([__GewichteterRestBetrag61-90]), 2, "Sales"),("GewichteterRestBetragGr90", NAMEOF([__GewichteterRestBetragGr90]), 3, "Sales")}But value 4 in slicer results in an empty slicer:Why???
- PBIViz_20241 year agoAdvocate I
Hi,
It is hard to tell without looking at it.please check my test pbix.test .this is how it should come,
regards,
- H3nning1 year agoHelper V
Thank you, but maybe stupid question: How am I supposed to open that? When I click it I get to a folder somewhere, but there is no pbix...
There are no direct syntax errors in my code though, rigth?