Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Currently, I have next measure which gives the expected result for the rows 1801.00 and 0801.00:
"Formula 1"
Solved! Go to Solution.
As per need create the that cloumn as measure:
Measure=sum(Project budget lines'[Cost line])
Later
Measure 1= if(Measure in condtion, Formula1, Formula2)
Create a measure as given below:
Measure= if(Project budget lines'[Cost line] IN {"1801.00","0801.00"},Formula1,Formula2)
Hi,
thanks, makes sense, however I cannot select/set the Table field (Project budget lines'[Cost line] ) in the measure. It's only coming up with other measures, and not with table values?
As per need create the that cloumn as measure:
Measure=sum(Project budget lines'[Cost line])
Later
Measure 1= if(Measure in condtion, Formula1, Formula2)
Thanks for your help. Solved!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 41 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 98 | |
| 80 | |
| 35 | |
| 29 | |
| 25 |