Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
I have relationship like this ( I need to have cross filter direction set to "both")
I have report with date slider and when it is not fitered I get data like this
But when I filter the data with slider I do not see any more all the customers.
I know that it is possible to see all the customer when I have Cross filter direction set to "Single" and on values "Show items with no data" selected.
Is it possible to get something like this on last image but keeping cross filter direction to "both"?
Solved! Go to Solution.
Hi @difolt,
Then I think to create a calculated table should be the only way.
Regard,
Frank
Hi,
you can change the crossfilter direction with the "crossfilter()" function.
Try: Measure = Calculate(SUM(sales[quantity], Crossfilter(Sales[customer_id], customer[id], OneWay))
Best,
Matthias
Might be able to get there using an ALL to override.
@Greg_Decklerthank you for respons. I did it like this with ALL. I addded new DAx table and new cross fileter single connection
And I get it OK, but I was wondering is there a way to do that without creating new DAX table ?
Hi @difolt,
Or you can inactive the relationship between the tables and use the USERELATIONSHIP to work around.
Measure = CALCULATE(SUM(sales[Quantity]),USERELATIONSHIP(sales[Customer id],Customer[ID]))
Regards,
Frank
thank you @v-frfei-msft but puting inactive relationship is not a good option for me.
Hi @difolt,
Then I think to create a calculated table should be the only way.
Regard,
Frank
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!