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 August 31st. 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
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |