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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors