March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
115 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
167 | |
117 | |
63 | |
57 | |
50 |