Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I have a visual that displays the scheduled amount of time and the canceled amount of time. My problem is that the data is coming from the same place and it then changes once I apply the filter of "canceled appointments". How do I make it so that the slicer only affects one value in the visual? Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
You should use slicer instead of filter.
Check the formula below.
Measure = IF(ISFILTERED('Table (2)'[slicer]),CALCULATE(SUM('Table'[scheduled amount]),FILTER('Table','Table'[slicer]=SELECTEDVALUE('Table (2)'[slicer]))),SUM('Table'[scheduled amount]))
The slicer table should have no relationship with the fact table.
Result would be shown as below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You should use slicer instead of filter.
Check the formula below.
Measure = IF(ISFILTERED('Table (2)'[slicer]),CALCULATE(SUM('Table'[scheduled amount]),FILTER('Table','Table'[slicer]=SELECTEDVALUE('Table (2)'[slicer]))),SUM('Table'[scheduled amount]))
The slicer table should have no relationship with the fact table.
Result would be shown as below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Can you please add more information to your question with some screenshots?
The values that you move on the chart, are they calculated values or coming directly from table?
Thanks,
Pragati
Hi, thanks. They are coming directly from the table.
metric
metric
visualization tab
slicer
Hi @Anonymous ,
Have you tried looking to edit interractions in Power BI:
Use can use these to avoid a visual from getting filtered by a filter.
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |