Forum Discussion

lcasey's avatar
lcasey
Post Prodigy
9 years ago
Solved

Parameters Missing

I really dont understand this at all. Logically, there is no sense what so ever to only allow parameters be used in Power BI desktop.   NOBODY and I mean NOBODY in the executive level is going to i...
  • Greg_Deckler's avatar
    Greg_Deckler
    9 years ago

    Yes, but the SSRS report is based upon a data set that has all of the data loaded into it either via the actual transactions themselves or the ETL function that loads up all of the data. This is exactly equivalent to the data model in Power BI. 

     

    When the user in SSRS selects parameters, the SSRS report is essentially building a query to query the database and return the relevant rows. This is analogous in Power BI to the use of slicers.

     

    In review. Your database behind your SSRS report has all of those "useless rows" in it because it needs to have them in order for the SSRS report to query it to return the relevant rows for the visualizations. Power BI data model also needs all of those useless rows in its dataset in order to return relevant rows for its visualizations. 

     

    What it sounds like what you really want is Direct Query which avoids the whole import process that you do not seem to like. But, I believe in one of the multiple, multiple, multiple threads that you have posted on this topic that you don't like Direct Query either.