Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello i need some help with my measure, i'm trying to use this measure in a table visual:
Based on the error message you provided, it seems that there might be an issue with the syntax or the way you're referencing the column in your DAX measure.
Here's the corrected measure for counting the occurrences where the 'closed' column equals "TRUE" in your 'newfysic prj_subscription_term' table:
Closed Aantal = CALCULATE(COUNTROWS('newfysic prj_subscription_term'), 'newfysic prj_subscription_term'[closed] = TRUE())
In this measure:
Make sure that the column 'closed' in your table is indeed a Boolean column containing TRUE/FALSE values. If it's stored as text "TRUE" and "FALSE", you may need to adjust the comparison accordingly.
Try this measure and see if it resolves the issue you're encountering.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |