Tableau LOD & Power BI DAX

Tableau LOD & Power BI DAX

Tableau LOD to Power BI DAX?or Power BI DAX to Tableau LOD.

Tableau :

{FIXED :?MAX([Sales] )}

Power BI :

CALCULATE(MAX(‘Orders'[Sales]),ALL(‘Orders’))


Tableau:

{FIXED [Customer Name]: MAX(IF [Category]=”Tech” THEN [Ship Date] END )}

Power BI:

CALCULATE(max(Orders[Ship Date]) ,ALLEXCEPT(Orders,Orders[Customer Name]),Orders[Category] = “Tech”)

要查看或添加评论,请登录

Ranjan Das的更多文章

  • Power BI & Microsoft Fabric

    Power BI & Microsoft Fabric

    Power BI and Microsoft Fabric are both tools within the Microsoft ecosystem, but they serve different purposes and are…

  • Power BI DAX using Index - December 2022

    Power BI DAX using Index - December 2022

    Second Cheapest Price and Second Most Expensive Price SecondCheapestPrice = Index(2, ALL('Product'[Price]))…

  • Refresh power bi Huge dataset in Power bi service not in Desktop.

    Refresh power bi Huge dataset in Power bi service not in Desktop.

    Refresh power bi Huge dataset in Power bi service not in Desktop. 1st develop report pointing to Development…

  • Power BI Workspace

    Power BI Workspace

    Upgraded workspace: When creating workspace automatically (Default) creating an "upgraded workspace" and Specifying…

  • Power BI Free License Offer you

    Power BI Free License Offer you

    You can connect and import data from over 70 cloud-based and on-premises sources. Auto-detect that finds and creates…

  • Import & Direct Query in Power BI

    Import & Direct Query in Power BI

社区洞察

其他会员也浏览了