- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Key Influencers Visual but it doesn't seem to work with Measures
Hi all,
I trying to use the Key Influencers Visual but it doesn't seem to work with Measures... I have a measure that SUMs a column depending on a slicer and it doesn't seem to work (always fails) but if I simply add the specific table column it works.. Post if you know anything thanks!
The measures I use is the following:
Real] =
SWITCH(SELECTEDVALUE(Metrics[id]),
1, [Total Sales]
2, [Total Costs]
3, [Total Quantity]
)
[Total Sales] =
CALCULATE(
SUM(Sales[Total Sales]),
Sales[Value Type] == "Sales"
)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It works with a switch/slicer and a measure, it would be due to the way it's aggregating, you could probably achieve the same by pulling your primary key into the 'expand by' field. Additionally, you can see the issue by turning it into a table.
Linear regression wants lots of a data-points in order to do its calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It works with a switch/slicer and a measure, it would be due to the way it's aggregating, you could probably achieve the same by pulling your primary key into the 'expand by' field. Additionally, you can see the issue by turning it into a table.
Linear regression wants lots of a data-points in order to do its calculation

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
02-26-2024 11:18 PM | |||
Anonymous
| 10-28-2019 07:49 AM | ||
07-30-2024 11:37 AM | |||
12-05-2024 06:10 AM | |||
02-13-2019 01:43 PM |
User | Count |
---|---|
140 | |
110 | |
81 | |
60 | |
46 |