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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
sivarajan21
Post Prodigy
Post Prodigy

Dax measure filter condition to refer or filter data inside another table

Hi,

 

I have below dax measure that sums units in DataProfile Unpivotted (2) table and filter condition from points table.This works well:

Generation units =
CALCULATE (
SUMX ( 'DataProfile Unpivotted (2)', 'DataProfile Unpivotted (2)'[Units] ),
FILTER ( 'Points (3)', 'Points (3)'[Utility] = "Solar PV" )
)

 

I have a utility table:

Utility
Solar PV
Solar
Generation
Electricity
Gas
Water

 

I am confused on how to refer these utility table data in filter conditions of above Dax measure.

For example, currently the  measure sums units based on filter "Solar PV" . But I would expect this measure to include/refer all data inside the utility table to filter the units in DataProfile Unpivotted (2) table.

 

Can you please help me out?

 

Please let me know if you need further info!

 

Thanks in advance!

@Ahmedx @Ashish_Mathur @grantsamborn @amitchandak @Greg_Deckler 

1 REPLY 1
Ashish_Mathur
Super User
Super User

Hi,

It will depend upon the relationships.  Share the download link of the PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors