The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Team,
We have requirement that is "How we can change Joins in report view page (for example we have an left join added in modeling page then we have added some visual in report view page then how we can change the other joins in report view page )
Solved! Go to Solution.
Hi @krishna_murthy It can be done in Power BI's Modeling view, where you can modify relationships but not directly in the Report view. To simulate different joins at the report level, use DAX functions like NATURALINNERJOIN or LOOKUPVALUE for calculated tables.
Hi @krishna_murthy It can be done in Power BI's Modeling view, where you can modify relationships but not directly in the Report view. To simulate different joins at the report level, use DAX functions like NATURALINNERJOIN or LOOKUPVALUE for calculated tables.