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.
Dear All,
Please help in correct the below tabular function. I am getting wrong answers in my tabulation.
Solved! Go to Solution.
Through your guidance i got resolved my out come in tabulation. I have slightly modified your syntex as below. I am getting the desired results as expected with below syntex.
Thanks for your kind support.
@Anonymous
I believe you are creating a Calculated Column NOT a measure. If you are getting the expected results then, it should be fine.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thanks for your kind reply and suggession.
I tried with you suggessions and results found "11" in all the rows in my tabulation.
Note, i have slightly modified your syntex due to error while running the same. Same was pasted in below for your review. Could you please check again and help me to resolve this.
@Anonymous
Not sure where and how you execute this measure. Please try:
ENQItemCOUNT =
VAR item =
MAX ( 'Monthly report'[Item] )
VAR quote =
MAX ( 'Monthly report'[Quotation number] )
RETURN
CALCULATE (
COUNTROWS ( 'Monthly report' ),
OR ( 'Monthly report'[Item] = item, 'Monthly report'[Quotation number] = quote ),
REMOVEFILTERS ( 'Monthly report' )
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Through your guidance i got resolved my out come in tabulation. I have slightly modified your syntex as below. I am getting the desired results as expected with below syntex.
Thanks for your kind support.
Hi @Anonymous ,
Could you please mark your post as Answered since you have gotten the desired result? It will help the others in the community find the solution easily if they face the similar problem with you. Thank you.
Best Regards
@Anonymous
I believe you are creating a Calculated Column NOT a measure. If you are getting the expected results then, it should be fine.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |