Forum Discussion
SelflearningBi
3 years agoHelper III
Slicer
I am using this dax measure,(seem not right?) I would like to have a slicer that could calcuate the % of model that is received, in production, in transition when I pick any parcel names.
I created this table, based on my NO sample table.
On the return of the dax measure I think it is not using the correct variable for "Received" on the DIVIDE.
It is using the function RECEIVED() https://learn.microsoft.com/en-us/dax/received-function-dax instead of your variable. Correct that!
1 Reply
- JorgePinhoSolution Sage
On the return of the dax measure I think it is not using the correct variable for "Received" on the DIVIDE.
It is using the function RECEIVED() https://learn.microsoft.com/en-us/dax/received-function-dax instead of your variable. Correct that!