The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Experts
Getting the following DAX Measure error cannot see my mistake...
Note the column [RenewalFlasg] is a True/false column in my table
Solved! Go to Solution.
Try changing "FALSE" to FALSE(). You are trying to compare a boolean value with a text string.
Try changing "FALSE" to FALSE(). You are trying to compare a boolean value with a text string.