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.
I am working on a report that requires me to multiply a measure by 4 different peramiters based on a table column valup. The equation that I would like to use is as follows:
Solved! Go to Solution.
@Anonymous , you should not use measure in a calculated column. the measure will not respond to the slicer value. User measures
Measure = SWITCH(
TRUE(),
max(Cost[Cost Allocation]) = "Building", Measure1[AVG Cost at New City] * 'Concept SF'[Peramerer Value],
max(Cost[Cost Allocation])= "Site", Measure1[AVG Cost at New City] * 'Concept Acre'[Peramerer Value],
max(Cost[Cost Allocation])= "GC", Measure1[AVG Cost at New City] * 'Concept Duration'[Peramerer Value],
Measure1[AVG Cost at New City] * 'Concept PGC Duration'[Peramerer Value])
@Anonymous , you should not use measure in a calculated column. the measure will not respond to the slicer value. User measures
Measure = SWITCH(
TRUE(),
max(Cost[Cost Allocation]) = "Building", Measure1[AVG Cost at New City] * 'Concept SF'[Peramerer Value],
max(Cost[Cost Allocation])= "Site", Measure1[AVG Cost at New City] * 'Concept Acre'[Peramerer Value],
max(Cost[Cost Allocation])= "GC", Measure1[AVG Cost at New City] * 'Concept Duration'[Peramerer Value],
Measure1[AVG Cost at New City] * 'Concept PGC Duration'[Peramerer Value])
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 |
---|---|
86 | |
81 | |
53 | |
37 | |
37 |