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
sunilege
Frequent Visitor

I need create a custom table based on sql query on top of data which there in dataset(imported xl)

I need to create a custom table based on ssome sql query on top of data which is already avaialable in dataset( say dataset is an excel data whicih is imported as a dataset into Power BI)

1 ACCEPTED SOLUTION

@sunilege,

In Query Editor of Power BI Desktop, duplicate your current query, then perform the following steps.

1. Group by the table as below.
1.PNG

2. Expand ALLdata column.
2.PNG

3. Create a custom column using code below.

=if [Max_attemp no]=[ALLdata.ATTEMP NO] then 1 else 0



3.PNG

4.Filter the custom column to show value 1, then you can remove the Max_attemp no column and custom column.
4.PNG

Alternatively, if your original table is still in Oracle table, you can enter the Oracle SQL statement into  the highlighted textbox and get expected dataset into Power BI Desktop.

5.PNG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-yuezhe-msft
Employee
Employee

@sunilege,

Please share sample data of your table and post expected result here following the guide in this thread:https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Capture.JPG

 

In DB like Oracle I can make this via a SQL query to select the data as required on a base table for visualization purpose.

Say dataset is EMP_ATTEMPTS

Sql code in Oracle : select * from EMP_ATTEMPTS
where emp_no || attempt_no in ( select emp_no || max(attempt_no) from EMP_ATTEMPTS group by emp_no )

Oracle_sol.JPG

 

 

 

How can I acheive this in Power BI ?

 

@sunilege,

In Query Editor of Power BI Desktop, duplicate your current query, then perform the following steps.

1. Group by the table as below.
1.PNG

2. Expand ALLdata column.
2.PNG

3. Create a custom column using code below.

=if [Max_attemp no]=[ALLdata.ATTEMP NO] then 1 else 0



3.PNG

4.Filter the custom column to show value 1, then you can remove the Max_attemp no column and custom column.
4.PNG

Alternatively, if your original table is still in Oracle table, you can enter the Oracle SQL statement into  the highlighted textbox and get expected dataset into Power BI Desktop.

5.PNG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thankyou v.much Lydia It worked.

 

So there is no sql techniquie as such to modify/tranform data based on which one can write a sql stmnt.

Greg_Deckler
Super User
Super User

Come again?


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

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.

Top Solution Authors
Top Kudoed Authors