Forum Discussion
Column with the maximum value
- 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.
The measure you have written is nowhere close to the one which i suggested. I am referring to the Calendar table - you are not.
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_Mathur1 year agoSuper User
It is necessary to create a Calenda table.