Forum Discussion
H3nning
1 year agoHelper V
One Slicer, multiple Parameters
Hi, I already found a few topics about this and they have accepted solutions, but I just dont get it yet. Maybe its because Im not really sure how the field parameter syntax works. I have two se...
- 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,
H3nning
1 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_2024
1 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,