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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
vksk0338
New Member

Dashboard Creation

There is a concept of LOD in Tableau.What's the similar concept in PowerBI. I want to fix at certain level of Detail.

The Query used in Tableau is :- { fixed [Filedate] : COUNTD([Agreementid]) }.Whats the DAX Query in Power BI?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @vksk0338 ,

You can create a measure as below to get the same result in Power BI with the one( { fixed [Filedate] : COUNTD([Agreementid]) }) in Tableau.

Count Distinct Agreementid by Filedate =
CALCULATE (
    DISTINCTCOUNT ( 'Table'[Agreementid] ),
    ALLEXCEPT ( 'Table', 'Table'[Filedate] )
)

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @vksk0338 ,

You can create a measure as below to get the same result in Power BI with the one( { fixed [Filedate] : COUNTD([Agreementid]) }) in Tableau.

Count Distinct Agreementid by Filedate =
CALCULATE (
    DISTINCTCOUNT ( 'Table'[Agreementid] ),
    ALLEXCEPT ( 'Table', 'Table'[Filedate] )
)

Best Regards

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.