How and why to Create VIRTUAL TABLES in DAX Formulas

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

КОМЕНТАРІ •

  • @akshaynikam6628
    @akshaynikam6628 3 роки тому

    Thank you for your wonderful video..!
    It's completely good Content

    • @NestorAdrianzen
      @NestorAdrianzen  3 роки тому

      Akshay, thanks for your feedback. Keep it up👍

  • @IvanCortinas_ES
    @IvanCortinas_ES 3 роки тому

    Very useful Nestor. Thank you for the video.

  • @xeeshanahmad8757
    @xeeshanahmad8757 6 місяців тому

    Fabulous 👍

  • @就已
    @就已 3 роки тому

    Great video and great topic

  • @bss43
    @bss43 3 роки тому

    Hi how to drill through with multiple selected values in Power BI . Is it still impossible?
    or at least not force to select "a single data point from.." to be able to use simple PageNavigation action with Slicers applied. (by default it "forgets" slicer selections)...
    any solution for this?

    • @bss43
      @bss43 3 роки тому

      what I would like to achieve, is using mix (selecting items) in slicers and be able to click on items on visuals and then click "DrillThrough" , but not only on one specific item but on multiple - and these selections should be applied on Detailed page. Currently after selecting multiple items on charts(visual) after clicking on DrillThrough button I see "please select a single data point" and it does not redirect to Detailed page...

    • @NestorAdrianzen
      @NestorAdrianzen  3 роки тому +1

      BS S, Thanks for stopping by. As far as I know and as of today, Drill through is only available for single data points. There might be some logic behind that the engine doesn't allow to have multiple selections. You might want to check the Power BI community suggestions about this topic: community.powerbi.com/t5/Desktop/Drill-through-with-multiple-selected-values-doesn-t-seem-to-pass/m-p/1211027#M539995

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

    Great tutorial and very helpful, I want to create a virtual table an use it to lookup a value from the table. but hwo to use the columns from a virtual table as they are not visable. ?

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

      Roger, Thanks for stopping by. You are correct, we cannot see virtual tables unless we use DAX table functions to intentionally create a physical table in the model (Modeling > New table). What are you trying to accomplish? You might want to use Power Query to create a physical table to lookup a specific value. This process is called NORMALIZATION in data modeling. This tutorial will provide some guidance. I hope this helps. Cheers! ua-cam.com/video/JDCh8p2bZL0/v-deo.html

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

    Excelente explicacion

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

      Gracias por revisar el contenido José. Saludos 👍

  • @abdulqadeerkamangar6279
    @abdulqadeerkamangar6279 3 роки тому

    Great content
    How can we create table having multiple top5 based on counts from two columns product and country to create scattered diagram?

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

    Hi Nestor, in the calculate table example, instead of summarizing the country on the visual, how could we summarize it by country on the calculate table virtual table? Thanks for the content, really helpful. Regards Pedro

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

    Hi Nestor! Great content. I do have a question. I want to create a virtual, but it needs to have a column with a calculation as well, on top of selecting columns from other tables. Any recommendations?
    Thanks!

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

    Thank you)
    U have helped me

  • @aiinabox1260
    @aiinabox1260 3 роки тому

    Nice video,
    does calendar() is also creating virtual table .?

    • @NestorAdrianzen
      @NestorAdrianzen  3 роки тому

      Raj, That's a good question. In theory, all DAX functions that result in a table of values can create a virtual table. However, virtual tables are usually embedded in other functions. Remember, virtual tables are not physically stored in the model. So going back to your question, if the CALENDAR results are not embedded in other table functions, it's not a virtual table. I hope this helps!

  • @alsega7
    @alsega7 3 роки тому

    👍🏻👍🏻. Tienes este contenido en español?. Gracias.

    • @NestorAdrianzen
      @NestorAdrianzen  3 роки тому

      Alonso, gracias por revisar el contenido. Lo tengo en mi lista. Saludos

  • @erinfield1943
    @erinfield1943 5 місяців тому

    Creating new table- 8:06

  • @SergiyVakshul
    @SergiyVakshul 3 роки тому

    Why do you call it "Virtual Table"? In documentation it is mentioned as "table or table expression".

    • @NestorAdrianzen
      @NestorAdrianzen  3 роки тому

      Sergiy, Thanks for stopping by. Yes, a table expression can be a Virtual Table if it's part of a measure or calculated table.