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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Tagging dimension table from fact table

Hey,

 

I have a standard one-to-many relationship between a dimension and a fact table.

 

I need to create calculated column for the dimension table where values are based on whether said dimension appears in a fact table.

 

I would only need 1 or 0 for each row on dimension table, but I can't seem to figure this one out.

 

edited for clarification.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I managed to get the result I was looking for with this.

 

= IF ( ISBLANK ( CALCULATE ( COUNTROWS ( VALUES ( Fact) ) ) ) ; 0 ; 1 )

View solution in original post

3 REPLIES 3
vanessafvg
Super User
Super User

@Anonymous are you looking for a column or value?





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

@vanessafvg I'm looking for a value.

 

One calculated column for dimension table and in that column values 0 or 1 based on the fact table.

Anonymous
Not applicable

I managed to get the result I was looking for with this.

 

= IF ( ISBLANK ( CALCULATE ( COUNTROWS ( VALUES ( Fact) ) ) ) ; 0 ; 1 )

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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