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 community,
I have written the below Dax measure, this does not work due to the string highlighted in red. PUFIRMA[FTG] refers to a calculated column in a table. This column contains the names of the companies with the highest sales.
How can I tweak this syntax in order to retrieve the names of the companies in the calculated column? I have tried to wrap it around different functions, like Values(), but I cannot get the desired output. The RANKX works perfectly, but I'm not able to extract the names of the respective company with the highest sales.
Solved! Go to Solution.
@darko861 , if you are looking for TOP + other refer this
https://www.youtube.com/watch?v=UAnylK9bm1I