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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I have a table as shown below. TLeavesUnit is a Calculated Column and the report is working fine. When I add a measure in the matrix for each staff, I have a multitude of irrelevant rows being populated.
I would like to add the measure ( in red below) Expected Work Units, then another measure which is the sum of this measure and TLeaves Units ( a calculated Colunmn), keepimg only these 5 records shown.
I am having all these records diplayed
I do not know why these records are shown. Please help me., been struggling with Calculate, KeepFilters etc, but cannot get it to work. Many Thanks
Jaweed_L
@Jaweed_L Can you show the DAX used for Expected Work Units and TLeave Units ?
Proud to be a Super User! | |
Thank you fotr your mail.
@Jaweed_L I believe this is happening because you have created "Expected Work Units" measure on a calendar table and pulling it against the Fact Table. Try a visual level filter like TLeave Units is not blank or make the relationship between calendar and fact table bidirectional but it is not advisable. To resolve this you have to create the measure for the Expected Work Units based on both the Fact Table date column and Calendar Date column.
Proud to be a Super User! | |
Thank you. The measure is on the fact table not on the calendar.
@Jaweed_L Though the measure is on the Fact Table it is still using all the columns from Calendar and not from Fact for calculation.
Proud to be a Super User! | |
Thank you Sir.
But even if I create a measure not related to the calendar, nor any columns, the misbehavior persists.
I create a measure in the fact table and set its value to a constant 100. By inserting it in the matrix, irrelevant rows are displayed.
@Jaweed_L If you are working on a sample pbix you can share the the PBIX file on this thread.
Proud to be a Super User! | |
@Jai-Rathinavel , thank you so much for your eagerness to assist me.
Do you think we can have a Teams meeting where I can show/share with you the pbix file.
Jaweed.Lallmahomed@datagazeltd.com
thanks.
@Jaweed_L All the communications should happen through this thread so that even if couldn't help you other community member will be able to help you out and others who are facing this issue will be able to refer this thread. You can share the pbix with mockup data here.
Proud to be a Super User! | |
@Jai-Rathinavel , I get the point. I will prepare a mock pbix, as the present pbix file is quite huge.