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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Antmkjr
Post Patron
Post Patron

Recurrence how to solve without power query

Is there anyway to solve a recurrence logic in power bi without Power Query.

Can I export my measures(Table Visual- contains measures on multple tables) into SQL and then do the calculations there and then bring it back or something

I would also want the entire process to be automated.

2 REPLIES 2
v-yingjl
Community Support
Community Support

Hi @Antmkjr ,

About recurrence logic in power bi without Power Query, how about using Dax? You can refer these articles:

  1. Previous Value (“Recursion”) in DAX 
  2. Recursive Calculations in PowerPivot using DAX 
  3. Recursion-in-dax 

 

"Can I export my measures(Table Visual- contains measures on multple tables) into SQL and then do the calculations there and then bring it back or something"

I'm afraid not, you can try to using DAX to write related measures in power bi directly referring to the above articles.

 

Best Regards,
Yingjie Li

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Don't "fight the API".  Use Power BI and Power Query for what it is designed to be used.

Power BI is not an ETL tool. Power Query kinda sorta is, but only in a one way street kind of way.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors