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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Community -
I am getting an error message in my measure below saying that my true/false statement does not specify a column. But it does, I think? Need help on getting a measure to work based on this:
The goal of this formula is to use the VAR measures below in a table. Our NetRevenueFinal would be the official number after accounting closes the month...at that point nothing else should show up in that month's column. The other months would show booked orders (ERP), and our forecasted amounts for those months. But would not show NetRevenueFinal (since we don't know what that is yet). So, I have a true/false column in my date table that says if the month is completed, true, otherwise false. Well, January is completed, so the table below is basically what I am trying to achieve with my measure below.
| Measure Value | Jan | Feb |
| NetRevenueFinal | 10,000 | |
| ERP | 25,000 | |
| Total Forecast | 10,000 |
Hello @Anonymous
Any updates? Do you still need help?
@lbendlin I tried that before, but the issue I'm having is that intellisense won't allow me to use 'Dim_Date Table'[MonthCompleted] in the formula
Hi, @Anonymous
So [MonthCompleted] is a measure not column? Can you share some sample data and your measures? We need more details to see how to modify.
Janey
You probably need something like
IF('Dim_Date Table'[MonthCompleted],_NetRevenueFinal,_erp + _TotalForecast)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |