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.
Hi all,
I would like to rank the column 'Product'[ParentProductCode] based on a measure from another table 'Volume Received From Vendor'[Volume Received From Vendor Actual HL]. The data is retrieved from a live connection with anOLAP cube so I cannot use the query editor. I cannot manage to get it to work in a measure using DAX. Below the DAX statement which I tried however it only returns rank 1 for all products.
Solved! Go to Solution.
Hi @Nijlal01
if your tables have relationships you can try
Rank = RANKX(ALL('Product');'Volume Received From Vendor'[Volume Received From Vendor Actual HL])
it also depends on your measure statement
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |