The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear,
I'm getting crazy with a simple operation.
Table Product
Culunm 1 is the key culumn with the name of the product
Column 2 is a date
Column 3 is Custom Column (Number) with the result of Date.Month (Date) in powerquery
Culumn 1 I Date I Month
Product 1 I 1/2/2021 I 2
Product 2 I 3/4/2021 I 4
Then, I just want to add a mesure with a simple multiplication : Product[Month] * Month(Now())
But I canont use Product[Month] value... I don't know why.
When I write Product[... I just can use the other mesures of my table but not the Column values...
I tried with Related() but it doesn't work either.
Thank you for your help
Bertrand
Are you trying to create a measure or a calculated column? These are two different things. If you want a measure, then you have to describe how it should aggregate data when more than 1 row is visible in the context. You have not done it, so a measure can only be a mere guess...
Hi, @Ber001
Please try the below measure.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |