Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 11 | |
| 6 | |
| 5 |