Forum Discussion
Syndicate_Admin
Administrator
1 year agoColumn with the maximum value
Hello good afternoon community, for your help with the following query: I have the following table grouped together: The Maximum Value of the quantity field is searched (In this case it ...
- Anonymous1 year ago
Hi Chentefx ,
Maybe there're some filters that cauesd the wrong result of your measure.
You can try this measure:
HTX_Maximo = MAXX ( SUMMARIZE ( ALL ( 'DayWithMaxTransactions' ); 'DayWithMaxTransactions'[HProcess].[Año]; 'DayWithMaxTransactions'[HProcess].[Mes]; 'DayWithMaxTransactions'[HProcess].[Día]; DayWithMaxTransactions[TransactionCount] ); 'DayWithMaxTransactions'[TransactionCount] )The ALL function can ignore any filters applied.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
Super User
1 year agoThe measure you have written is nowhere close to the one which i suggested. I am referring to the Calendar table - you are not.
Syndicate_Admin
Administrator
1 year agoGood day my dear, apologies since I am entering the world of power bi and it is costing me a little, I do not know if it is necessary to create the calendar table, in my case I make the direct consultation, in advance I appreciate you can explain me, since I have lost myself in the solution of the problem.