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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Find articles, guides, information and community news

Most Recent
Anonymous
Not applicable

本博客将介绍如何在 Power Query 中计算两行数据的差值。  

Read more...

Anonymous
Not applicable

场景:

Power Query编辑器中,我们可以使用参数来作为筛选的选项。 

在定义连接属性时,我们可以使用到参数。例如,如果我们从SQL Server中检索数据,我们可以分别将SQL Server实例和目标数据库参数化,同时我们也可以通过Value.NativeQuery()函数在SQL查询中使用参数。 

Read more...