Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.
Your insights and updates will greatly assist others who might be encountering the same challenge.
Hi,
Share data in a format that can be pasted in an MS Excel file, explain the question and show the expected result.
Hi,
In the Query Editor, append the 2 tables (call that table Data). Create a single column table with all unique Names (call this table Names). Create a many to one relationship from the Data table and Product table to the Names table. To your visual, drag Name from the Names table. Write this measure
Measure = if(sum(Data[Balance])=0,blank(),sum(Product[Price]))
Hope this helps.
i can't actullay do that, it's ver complicated cube with alot of relationships, i just tried to simplfy as mush as i can, but iused another measure
I can only assume based on your dax that both tables filter the Products table. If this is the case you can try
=
AVERAGEX (
FILTER (
Products,
NOT ISBLANK ( RELATED ( Bi_Balance_All[Units at Stock] ) )
|| NOT ISBLANK ( RELATED ( Bi_Basket_all[Basket Uints] ) )
),
Products[last_cost]
)
Hi @Amrselim1989 ,
Try this kind of structure:
Proud to be a Super User!
no i can't the Basket Uints is coming from another table not table 2
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!