Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Need Help. Line graph to be constant
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-14-2018 02:25 AM
Hi,
I am creating a report and i wanted to make the Line graph to be constant. values should not change when i apply filter from Slicer.
Regards,
Regards,
Nithin
Highlighted
Re: Need Help. Line graph to be constant
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-16-2018 07:07 PM
Hi @NithinVK,
You can create a measure with ALL() function to set line values not filtered by the slicer. For example, if the column you dragged to chart line values bucket is SUM aggregation, you can create a measure =CALCULATE(SUM(column),ALL(table)).
If it doesn't meet your requirement, please share .pbix file with sample data for us.
Best Regards,
Qiuyun Yu
Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.