Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Can anyone help? I need to count all rows in a table including duplicates and divide that by 7?
Solved! Go to Solution.
Hi @lennox25
You can count all rows in a table by using the function COUNTROWS(Your_table).
To divide that by 7 you will update the code as below
= DIVIDE (COUNTROWS(Your_table), 7)
Did it work ? 👍 A kudos would be appreciated 📢 Mark it as a solution to help spreading knowledge
Hi @lennox25
You can count all rows in a table by using the function COUNTROWS(Your_table).
To divide that by 7 you will update the code as below
= DIVIDE (COUNTROWS(Your_table), 7)
Did it work ? 👍 A kudos would be appreciated 📢 Mark it as a solution to help spreading knowledge
Worked perfectly - Thank you!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
57 | |
37 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |