Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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
Hi,
It will depend upon the relationships. Share the download link of the PBI file.