Solved ! Multi-value Parameter in ODBC Power BI Paginated Reports (2 of 3)

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 48

  • @chindupriyapavan5044
    @chindupriyapavan5044 3 ปีที่แล้ว +1

    Thanks for another video with detailed explanation!

    • @HariBI
      @HariBI  3 ปีที่แล้ว +1

      There are more videos coming!!!

    • @chindupriyapavan5044
      @chindupriyapavan5044 3 ปีที่แล้ว

      @@HariBI thank you sir!

  • @riazahmedshaik
    @riazahmedshaik ปีที่แล้ว +1

    Helo , this is super help full. I tried this with for a date and when the parameter date type , I'm not getting any value. When I take parameter as text it is fine. How to fix it?

  • @pavanikota7607
    @pavanikota7607 3 ปีที่แล้ว

    Hi, thank you for the info. If we have large query and it is having multiple sub queries and in each sub query if we are passing couple of parameters and some sub queries are using same parameters that time how to handle this? And number of parameters are limited to max 10.

  • @PRIYANKAPATEL-x1s
    @PRIYANKAPATEL-x1s ปีที่แล้ว

    Hi Sir, how can we make mandatory parameter coming from HANA views dynamic in paginated reports

  • @abhinavtiwari362
    @abhinavtiwari362 3 ปีที่แล้ว +1

    Hey Hari, your new subscriber 😀

  • @riteshkothari1647
    @riteshkothari1647 2 ปีที่แล้ว +1

    How would you do it in Snowflake SQL? I tried using :
    eg.RETAILER_NAME = ?
    AND
    eg.PROGRAM_GROUP_NAME IN (SELECT VALUE FROM split(?,','))
    first one is single parameter and 2nd one is multi-parameter.

    • @HariBI
      @HariBI  2 ปีที่แล้ว

      Need to check how to handle split in snowflake.

    • @riteshkothari1647
      @riteshkothari1647 2 ปีที่แล้ว

      @@HariBI Hi Hari, any luck? Thanks!

    • @SHanks11112
      @SHanks11112 ปีที่แล้ว +1

      @@riteshkothari1647 use this - (select t.value from table(SPLIT_TO_TABLE(?,',')) as t)

  • @isnull76
    @isnull76 ปีที่แล้ว

    what should I use for MYSQL? Is there a similar function as String_Split()

  • @adyatrisal8341
    @adyatrisal8341 2 ปีที่แล้ว

    Hi, when i m using the oracle query (from the description) 4 parameters are being formed, any idea how to deal with the same ?

  • @amrutapatil7159
    @amrutapatil7159 9 หลายเดือนก่อน

    Hi sir, split is not working for Denodo db can please help me for this

  • @vpwl
    @vpwl 3 ปีที่แล้ว +1

    Would you know what function I can use for spring split using Google Big query?

    • @HariBI
      @HariBI  ปีที่แล้ว

      you can try with dynamic expression which doesn't require split function - th-cam.com/video/N-FmK3ZeiNk/w-d-xo.html

  • @lestera6358
    @lestera6358 3 ปีที่แล้ว +1

    Hello,
    good day.
    Do you know how I can convert the '1' IN (@PARAMETER) in snowflake? we're having issues running it on paginated report.

    • @HariBI
      @HariBI  3 ปีที่แล้ว +1

      Are you connecting through ODBC? If yes then you need use question mark symbol. I have a video in my channel on odbc. Pls check

    • @lestera6358
      @lestera6358 3 ปีที่แล้ว

      @@HariBI yes i already did use ? symbol but it returns an error in paginated report just like this
      The Value expression for the query parameter '?' contains an error: Index was outside the bounds of the array.
      any idea? :)

    • @HariBI
      @HariBI  3 ปีที่แล้ว

      Then need to investigate. We can connect this weekend if you are ok. Reach me at dataonmyview@gmail.com

    • @lestera6358
      @lestera6358 3 ปีที่แล้ว

      @@HariBI Thank you so much Hari, I'll email you and let's connect. Good content by the way! really helpful

  • @emilymalkin270
    @emilymalkin270 ปีที่แล้ว +1

    Can you make a tutorial with power bi datasets as connector (using DAX), so paginated report is called from a power bi app

  • @siddheshamrutkar8684
    @siddheshamrutkar8684 3 ปีที่แล้ว +1

    @Hari Can you make video on passing multiple parameters through oracle sql query which is not working... But when we pass dates its working so it's little bit confusing and with others it's not working.. Please make the video..

    • @HariBI
      @HariBI  3 ปีที่แล้ว

      I forgot to include the syntax for oracle which I mentioned. Let me add in the description

    • @siddheshamrutkar8684
      @siddheshamrutkar8684 3 ปีที่แล้ว +1

      @@HariBI In which description you will gonna add.. As I am not seeing any description? Also can we pass parameters within CTE.

    • @HariBI
      @HariBI  3 ปีที่แล้ว +1

      Check this video description itself

    • @siddheshamrutkar8684
      @siddheshamrutkar8684 3 ปีที่แล้ว

      @@HariBI Hello but wheres the exact syntax.. I did not got it..

  • @brianhackett
    @brianhackett 2 ปีที่แล้ว +1

    Hi Hari. Great video. Do you know if it’s possible to this with DB2?

    • @HariBI
      @HariBI  2 ปีที่แล้ว

      It should be possible

    • @ayushnair807
      @ayushnair807 11 หลายเดือนก่อน

      It isn’t working for DB2. Can you please help with the syntax?

  • @chindupriyapavan5044
    @chindupriyapavan5044 3 ปีที่แล้ว

    Can we use where clause in Iif statement?

  • @ganeshreddymotakatla6244
    @ganeshreddymotakatla6244 2 ปีที่แล้ว

    Hi Hari, Thanks for Video, am trying to use the Amazon Redshift as the data source , any idea how to split the comma seperated string into rows and use that values in Query..pls help me on this

    • @HariBI
      @HariBI  2 ปีที่แล้ว

      You need to use Split_Part but may not be straight forward. Refer - www.holistics.io/blog/splitting-array-string-into-rows-in-amazon-redshift-or-mysql/

  • @MohamedAmin-ep5tp
    @MohamedAmin-ep5tp ปีที่แล้ว

    PBI report builder didn't recognise string_split function, Is anyone face this?

  • @chindupriyapavan5044
    @chindupriyapavan5044 3 ปีที่แล้ว

    'In' or Inlist' operator is not working at report builder report level

  • @temesgennissrane7582
    @temesgennissrane7582 ปีที่แล้ว

    Thank you realy it is helpfull, Can you add Multi-value DATE parameters in ODBC connector.

  • @SayendarBonagiri
    @SayendarBonagiri ปีที่แล้ว

    Hi Hari, Thanks for sharing the video. Could please help me with Amazon redshift split function. How to do it for dynamic spit by giving the values in parameter

    • @HariBI
      @HariBI  ปีที่แล้ว

      I am not sure what is the split function available in redshift. you can try the dynamic expression. check this th-cam.com/video/N-FmK3ZeiNk/w-d-xo.html this doesn't require split function

  • @bhargavtej1762
    @bhargavtej1762 2 ปีที่แล้ว

    How to create a parameter for snowflake connection??

    • @HariBI
      @HariBI  ปีที่แล้ว

      If you have ODBC support to snowflake then you can follow how I created with SQL Server.

  • @jagdeeshrajpurohith4818
    @jagdeeshrajpurohith4818 19 วันที่ผ่านมา +1

    @HariBI please help with data bricks i tried multiple ways

    • @HariBI
      @HariBI  14 วันที่ผ่านมา

      Have you tried Databricks ODBC?

  • @deanovitamachely
    @deanovitamachely 2 ปีที่แล้ว

    Hi can you make tutorial for this with google bigquery?

  • @sophiataylor4846
    @sophiataylor4846 2 ปีที่แล้ว +1

    very unhelpful

    • @HariBI
      @HariBI  2 ปีที่แล้ว

      Thanks

  • @OkayFineMike
    @OkayFineMike 2 ปีที่แล้ว

    What if we want to pass integers rather than string values? I'm running into an issue where I can only get my report to filter when I enter one ID number (BIGINT type). When I try to add another ID in the parameter field, it get a "ERROR [22018] Numeric value '9135969,93392572' is not recognized". This video was incredibly helpful, this is just one step that I'm not able to figure out.