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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
admin_xlsior
Post Prodigy
Post Prodigy

How to use TREATAS

Hi guys,

want to know whether I'm using TREATAS correctly.

So I have these two tables:

image.png

and

 

 

image.png

 

I create this measure:

Target per dimension =
VAR Regions = VALUES('Default Dimension'[Branch])
VAR Branches = VALUES('Default Dimension'[Region])

RETURN   CALCULATE(
                    SUM(Target'[Target]),
                    TREATAS(Branches, Target'[BRANCH]),
                    TREATAS(Regions, Target'[REGION])           
)

 

Currently, when I pull Default Dimensios [Region], and pull this measure, the branches listed but the measure column returns empty column

 

Thanks,

1 ACCEPTED SOLUTION
admin_xlsior
Post Prodigy
Post Prodigy

Lets forget about this.

It's a typo error, which just realized after 2 hours. 😫

 

Thanks anyway guys.

View solution in original post

1 REPLY 1
admin_xlsior
Post Prodigy
Post Prodigy

Lets forget about this.

It's a typo error, which just realized after 2 hours. 😫

 

Thanks anyway guys.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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