Hi all,
I'm looking at someone else's project/dax right now and want to clarify this here:
Your measure does exactly what this measure does:
[Hours Saved] =
calculate(
sum( queuesROI[timeValueMin] ) / 60,
crossfilter(
// KeyTo_queuesROI and Key are fields
// on which the tables join to each
// other.
QueueDB[KeyTo_queuesROI],
queuesROI[Key],
BOTH
)
)
Hi,
I do not know how your data model looks like, but the concept of the measure that you showed is showing the calculation of the below. I might simplified too much but please share your sample pbix file, then I can try to look into it to come up with more relevant explanation.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
101 | |
58 | |
44 | |
28 | |
24 |
User | Count |
---|---|
132 | |
94 | |
76 | |
43 | |
40 |