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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Simple (Date Sliced) Time Distribution w/ Inactive Relation

Hello,

supposedly a very simple problem.

 

"Table1":

fgaertne103119_2-1696007690434.png

...

 

"TimeTable" (full data is 08:00:00 - 16:30:00):

fgaertne103119_1-1696007369380.png

...

 

"DateTable" (2020-07-01 - Today):

fgaertne103119_3-1696007938054.png

....

 

Relationships:

fgaertne103119_4-1696008318782.png

I have a Date Slicer (DateTable[Date]) on my report page and have a visualization for my [LastUpdateTime] (with x-axis [Time_only] & y-axis Measure1 = CALCULATE(COUNTROWS('Table1'), GROUPBY('Table1','Table1'[LastUpdateTime])) )

fgaertne103119_5-1696008378341.png

So far so good, result is as expected (sum of the row count per 1min time window for the date range defined by the Date Slicer).

 

NOW, I would like to have the same visualization on my report page but for [IssueTime].

For this I've tried using the following measure:

Measure2 = CALCULATE(COUNTROWS('Table1'), USERELATIONSHIP(DayTable[Time_only],'Table1'[IssueTime]), GROUPBY('Table1','Table1'[IssueTime]))

 

BUT result is not as expected (not showing any counts or only very few when extending the date range via Date Slicer significantly).

 

What am i missing and how can i solve this problem?

Thanks!

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I found the solution, the USERELATIONSHIP function has to be wrapped in another CALCULATE like this Measure2 = CALCULATE(CALCULATE(...)), USERELATIONSHIP(..))). Weird because it also clearly had an effect when using it inside a single CALCULATE with the other functions. My lack of DAX knowledge prevents me to properly understand whats happening but fortunately it works now.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

I found the solution, the USERELATIONSHIP function has to be wrapped in another CALCULATE like this Measure2 = CALCULATE(CALCULATE(...)), USERELATIONSHIP(..))). Weird because it also clearly had an effect when using it inside a single CALCULATE with the other functions. My lack of DAX knowledge prevents me to properly understand whats happening but fortunately it works now.

123abc
Community Champion
Community Champion

..

Anonymous
Not applicable

Sounds like a reply from ChatGPT and looks rather useless to me

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.