The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. 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.
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |