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
Hello @Everyone,
So I have ALL Company Revenue Sheet with Year & Quarter Slicers, and I have a drill through setup for Company Name, so on selecting the Company Name in a table visual, it goes to the detailed Company Page, but the issue is in the detailed Company page,
I have a ALL YEAR & QUARTER SALES bar chart for that Company along with other visuals, so the external year slicer is affecting this bar chart and only showing one bar for the selected year. I want to disregard the external year slicer for this ALL YEAR & QUARTER SALES bar.
What DAX measure can I use in my Sales Measure so that it shows all the year & Quarter bar trends and disregards the external Year Slicer coming from the Drill Through Page. Need your help.
Hi @Sky20997 ,
I create an example and below is the picture I want to show.
As you can see, the metric "All Revenue" is not affected by the slicer selection, and here's the DAX for the measure:
All Revenue =
CALCULATE (
SUM ( 'Table'[Amount] ),
'Table'[Category] = "Revenue",
ALL ( 'Table'[City] )
)
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
In this example if I consider, it is Returning 295 as Total Revenue for all cities but I need individual City-wise Revenue and the city slicer should not affect the visual.
Edit Interactions won't work in my case because I am using Drill Through option.
I have an Year Slicer on it and that Year Slicer is affecting my ALL YEAR & QUARTER WISE Company Revenue BAR Chart in the detailed Company Sheet, hence that bar chart is showing only only one bar graph.
Hello,
Based off of your description, have you considered changing the interactions of your slicers? If you select your slicer, then click format in the top ribbon, then click "Edit Interactions" (most left in the ribbon).
From there, you can select which data visualizaitons the slicer impacts, including tables.
Proud to be a Super User! | |
Edit Interactions won't work in drill through sheets, My requirement is when I drill through Company wise in detailed company sheet, I have an Year Slicer on it and that Year Slicer is affecting my ALL YEAR & QUARTER WISE Company Revenue BAR Chart in the detailed Company Sheet, hence that bar chart is showing only only one bar graph. I have tried Edit Interactions but it doesn;t work in other sheets from my understanding.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |