Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I am stuck with this 😞
I am trying to get a whole number value of max value of a column of a different table using List.Max(). This function returns a list but I want a number (such as Table.RowCount() function) so that I can put that in List.Repeat() function ideally I want to replace this formula --> List.Repeat(List.Numbers(1, 4),4) with List.Repeat(List.Numbers(1, List.Max()) ,Table.RowCount(#"SKU COUNT")).
Solved! Go to Solution.
Here is an example of the needed syntax to get a list.
= List.Repeat(List.Numbers(1, List.Max(NumberTable[NumberColumn])), Table.RowCount(NumberTable))
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Here is an example of the needed syntax to get a list.
= List.Repeat(List.Numbers(1, List.Max(NumberTable[NumberColumn])), Table.RowCount(NumberTable))
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks so much Pat!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
15 | |
13 | |
12 | |
11 |