Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi every body, I am trying to read value selected from Slicer and use it as filter value in query.
this is my query:
sum_gesamtpreis = CALCULATE(SUM(umsatz[gesamtpreis]);umsatz[kunde]="20006")
instead of writing the customer number I want to choose it directly from Slicer
Thanks for helping 🙂
Hi @moussab_orabi,
Could you please share sample data of your table and post the result you want to get with the sum_gesamtpreis measure? In your scenario, you can just create sum_gesamtpreis using DAX below, this way, as other post, when selecting different values in customer number slicer, the value of sum_gesamtpreis measure will be changed based on selected customer number.
sum_gesamtpreis = SUM(umsatz[gesamtpreis])
Thanks,
Lydia Zhang
Hi Lydia ,
I have 3 steps report,
in the first two steps I have to set some filters and this filter should affect the results in the third step so I don't have to reset them again.
BR,
Moussab
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsRegards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi Felix,
Thanks for your replay.
what am I trying to do is making slicer value readable from all reports sheets "pages" so at the first page I am trying to set the basics filters then this should affect all the followed reports pages.
thats way I need to use it in the query.
BR,
Moussab
As far as I know, you cannot have the value of a dynamically selected value, as the filter for other report pages.
I have the same requirement too, so if someone can share how, would be great.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |