Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
73 | |
54 | |
43 | |
37 |
User | Count |
---|---|
98 | |
64 | |
54 | |
48 | |
45 |