Forum Discussion
Syndicate_Admin
1 year agoAdministrator
Column 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.
Syndicate_Admin
1 year agoAdministrator
Good 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.
Ashish_Mathur
1 year agoSuper User
It is necessary to create a Calenda table.