Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Hi, I need some help from the community.
I have a tooltip with two visuals, a card that brings status information (if any) and another with a line chart with month-to-month values.
What I would like the year filter to be kept, but the month filter should only work for the card and the line chart would ignore this filter to always bring month-to-month information in this tooltip. But, as it is, this visual ends up being filtered too and I can only see the information for the selected month.
Is there any way to get around this situation?
What I have:
What I expect (the image below was edited, I can't get this result):
Link to the sample report: https://1drv.ms/u/s!At5JlMR_naI1gf40U3c-hDE-XSNLgw?e=8Ou6oh
Thank you!
Solved! Go to Solution.
I believe I got it to do what you are looking for.
The only way I could think to do it was to have a copy of the calendar table and use the month name from the second table in the chart for the tooltip. This combined with a measure for the amonut that removes the filter from the primary calendar table seems to do the trick.
Total All Months = CALCULATE ( [Total], ALLEXCEPT( 'calendar', 'calendar'[Year] ) )
I have attached my updated file for you to look at.
I believe I got it to do what you are looking for.
The only way I could think to do it was to have a copy of the calendar table and use the month name from the second table in the chart for the tooltip. This combined with a measure for the amonut that removes the filter from the primary calendar table seems to do the trick.
Total All Months = CALCULATE ( [Total], ALLEXCEPT( 'calendar', 'calendar'[Year] ) )
I have attached my updated file for you to look at.
User | Count |
---|---|
87 | |
74 | |
69 | |
58 | |
55 |
User | Count |
---|---|
41 | |
38 | |
34 | |
32 | |
30 |