SSRS Report Builder Part 6.2 - Grouping Rows in a Table

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 17

  • @raphaellebeau6368
    @raphaellebeau6368 Рік тому +1

    I started VBA with you and improved my excel skills when I started my professional career. 6 years later I have been implementing Power BI in dozens of companies and have been needing more paginated reports recently. Your videos are saving me once again!

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      That's great to hear! Thanks for watching and taking the time to comment!

  • @exogendesign4582
    @exogendesign4582 2 роки тому +1

    I'd been looking this for like 2 days now. I have a new project that uses SSRS and forgot how to Group rows effectively with tables, coz others uses a list method. I got to remember that name WiseOwl. Thanks again man

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      You're very welcome, I'm happy to hear that the video helped! Thanks for watching and taking the time to comment!

  • @RahimMadi-s3v
    @RahimMadi-s3v Рік тому +1

    Nice tutorials, that addressed many details and helped me gain skills with the report builder much faster.. I can't thank you enough!

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому +1

      Thanks Rahim, happy to hear you found the videos useful!

  • @changeyourmind-p1n
    @changeyourmind-p1n 5 місяців тому

    Great video. Helping me 5 years later

  • @stefanventer575
    @stefanventer575 2 роки тому +5

    3 years later and I am still referencing this video when I have to group things in a report.

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      Happy to hear that you've been finding it useful for so long!

  • @alxvseti
    @alxvseti 4 роки тому +3

    04:12 Viewing Group Properties
    05:02 Applying a Group Expression
    05:55 Creating Aggregates
    10:43 Sorting by an Aggregated Value

  • @ukaszpawlak4854
    @ukaszpawlak4854 5 років тому

    Liked and we're watching the show ;-)

  • @kklip
    @kklip Рік тому

    How do I group the rows together with a pagebreak when value for one of the column is different than the rest? Example, whenever the release date of a movie is different for a particular genre, I need to group them after a break. Been pulling my hair for a while. Thanks:)

  • @Giovanni-vx8xl
    @Giovanni-vx8xl 11 місяців тому

    how do you show grouped by month if no data for a particular month? I do not want the to just disappeared but to show zero instead.

  • @resiliencerealm242
    @resiliencerealm242 Рік тому

    From where can I get this data?

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      Hi! Take a look in the Getting Started section of the video - it tells you where to get the sample Movies database. Hope it helps!

  • @edjohnson1167
    @edjohnson1167 2 роки тому

    Hello have been watching you MS report builder videos which are great, but not finding what I need and hope someone can point me to the right one or suggest how to address issue. I am trying to do a report on the number of new accounts on our website by day. if date_created =08/08/2022 do a count of those. trying to do a report to show last months worth of new accounts.

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      Hi Ed!
      If you have a date_created field then you can group your table by this field and add a Count expression to the second column. The Count function will automatically count values in the field for the date displayed on each row, so you won't need to test if the date is a specific value.
      If you need to show only the last month's worth of results you can add a filter to the table or dataset to limit the rows returned.
      If you do, for some reason, need to create a CountIf style expression then you can combine the Count and IIf functions.
      We have videos on all those topics in this playlist ua-cam.com/play/PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU.html
      I hope it helps!