Forum Discussion
Anonymous
2 years agoNot applicable
2 Different Visuals on the Same Report but differing time frames on the X - Axis.
I have a report where the top left visual is based on a filter called Periods -1, so it always selects our last period by site. The bottom line chart is based on the filter where this is in cu...
- Anonymous2 years ago
Hi Kaviraj11 , farmdev ,thank you for your quick replies, I'll add more.
Hi Anonymous ,
Regarding your question, create measures to populate the visual objects at your bottom.
The Table data is shown below:
1.Suppose the only filter I need to pass is the field 'Type'
2.Creating DAX Expressions with ALL Functions(Removed the filtering effect of the field 'Date')
ALL function (DAX) - DAX | Microsoft Learn
Measure = CALCULATE(SUM('Table'[Amount]),ALL('Table'[Date]))3.Final output
Kaviraj11
2 years agoSolution Sage
Hi, are you trying to keep the line chart as it is even user interact with other visuals? If Yes, then using 'Edit Interaction', you can disable th interation to the other visuals.
Let me know if it's not clear
Change how visuals interact in a report - Power BI | Microsoft Learn