Hey all,
Im having a bit of trouble with the Power BI DAX calculation below.
Expected result CC =
SUMX (
WINDOW (
1,
ABS,
0,
REL,
SUMMARIZE ( Data, Data[Item Code], Data[date], Data[Quantity] ),
ORDERBY ( Data[date], ASC ),
KEEP,
PARTITIONBY ( Data[Item Code] )
),
Data[Quantity]
)
It works perfectly on my device, but when I share a copy to someone else it come up with the error 'The PARTITIONBY function can only be used in the PartitionBy parameter of window functions.'
I'm unsure if this is a problem with Power BI or our devices.
Any help would be very much appreciated!
Any extra infomation let me know.
Thanks
Nathan
Solved! Go to Solution.
The first thing I'd check is if their version of Power BI is up to date.
The first thing I'd check is if their version of Power BI is up to date.
User | Count |
---|---|
106 | |
82 | |
72 | |
48 | |
48 |
User | Count |
---|---|
157 | |
89 | |
81 | |
69 | |
67 |