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.
Hi,
I have created a calculated column by multiplying a measure and a column as below
but when i drag this column in power bi then it gives me wrong result as below:
here i multiply A and B,the result is C
What could be the reason?
Solved! Go to Solution.
@jatneerjat,
Please share sample data of your table so that we can test.
I make a test in my own sample table and create the column below.
Column = CALCULATE(SUM(Table3[Price])*[Measure],FILTER(Table3,Table3[Type]=EARLIER(Table3[Type])))
By the way, why not directly create a measure?
Regards,
Lydia
@jatneerjat,
Please share sample data of your table so that we can test.
I make a test in my own sample table and create the column below.
Column = CALCULATE(SUM(Table3[Price])*[Measure],FILTER(Table3,Table3[Type]=EARLIER(Table3[Type])))
By the way, why not directly create a measure?
Regards,
Lydia
Thanks @Anonymous,I did create a measure directly and it works.
User | Count |
---|---|
70 | |
67 | |
63 | |
50 | |
28 |
User | Count |
---|---|
113 | |
77 | |
65 | |
55 | |
43 |