Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Bakhtawar
Post Patron
Post Patron

Load inline query in power bi

I have a inline query in qliksense script now i want to load that inline query in power BI. I am new in power bi also i am done with some research but i did not find specific.. what should i do

yet i did not try any thing ,

 

and i have this inline query in qlik sense script .. i want to create master calendar

Let vCalStartDate = '01-Jul-2015';
Let vCalEndDate = '30-Jun-2017';



   Invo_Calender:
    Load 
    Date(Date('$(vCalStartDate)')+IterNo()-1) as %Key_Join_Date,

    year(Date(Date('$(vCalStartDate)')+IterNo()-1)) as  Normal_Year,

    AddMonths((Date('$(vCalStartDate)')+IterNo()-1),6) as Fiscal_Date,

    Month(AddMonths((Date('$(vCalStartDate)')+IterNo()-1),7)) as Fiscal_Month,

    QuarterName(Date('$(vCalStartDate)')+IterNo()-1) as Fiscal_Quarter,

    Year(AddMonths((Date('$(vCalStartDate)')+IterNo()-1),6)) as Fiscal_Year
    AutoGenerate 1 While MonthEnd(Date('$(vCalStartDate)')+IterNo()-1) <= 
    MonthEnd('$(vCalEndDate)');
    ```

 

 

 

1 REPLY 1
v-frfei-msft
Community Support
Community Support

Hi @Bakhtawar ,

 

Currently, we cannot  load a inline query in qliksense script into power bi. To be honest, I am not an expert of qliksense. I recommend to have a try of DAX function calendar.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.