The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
In the Modeling table, there are modeled values versus ModelDate. the ModelDate is random and doesn't follow any pattern.
In the Measurement table, there are measurement values for each day; thus, there is one value for each day.
My Tables are linked with two bridge tables, one for dates and one for the measureID.
I use CROSSFILTER function to get the related measurement of the modeled value.
however, when plotting the values in line charts, I got the date granularity of the ModelDate. so not all measured values are represented! for the X axis I'm useing the date from the Calendar[date] (the bridge)
How to alter that so I can see all the measured values (daily). and still, see the Modeled values whenever there is modeled value?
the desired output for measured values is:
Appreciate your help as I've tried many things and failed to solve it.
I found that the problem is due to a slicer on the MODELING table. when the slicer is cleared out, the date granularity is working fine.
I thought changing the relation direction between the MODELING Table and the bridge to dual-directional would solve the problem. but it didn't.
I need to use that slicer and it needs to be from the Modeling table.
Hi,
Would you be OK with this approach?
With these changes, we can get your desired result. Would you be OK with this approach?
Thanks for responding. this is an interesting approach.
However, each table has >5M rows. any data joining in the Query editor will dramatically increase the refresh time. so I'd avoid that.