Forum Discussion
LOD fixed Expression from Tableau
Hello there, I have a PowerBI problem that I hope you can help me with. I have to get this Tableau LOD statement in a powerBI table.
Please note that the [# Fälle] measure in tableau is exactly the same as [Anz_Fälle] in PowerBI (simply a distinct count via case ID
5 Replies
- amitchandakSuper User
Anonymous , Refer: https://dataveld.com/2018/03/10/tableau-power-bi-include-level-detail-expressions/
https://visualbi.com/blogs/microsoft/powerbi/implementing-lod-tableau-power-bi-qliksense/
https://community.powerbi.com/t5/Desktop/LOD-Expressions-from-Tableau/td-p/515624
https://community.powerbi.com/t5/Desktop/Tableau-LOD-Fixed-to-Power-BI/td-p/855149
- AnonymousNot applicable
Even though I've tried these different approaches I still wont get the right results
- v-easonf-msftCommunity Support
Hi , Anonymous
I don't know much about the use of the lod function in tabular.
So sharing sample data and your expected results can better help us understand your issue directly.
Best Regards,
Community Support Team _ Eason- AnonymousNot applicable
I'm trying to get an average value based on these 6 dimensions. The goal is to take the "RP nach Retax" column, get the sum and then compare that sum to the a different aggregation, based on the 6 columns mentioned in the fixed statement. (these later mentioned aggregation is what I gave you as the tableau/DAX statement.
- v-easonf-msftCommunity Support
Hi, Anonymous
You can refer to this demo.
Try to divide the measure into multiple measures similar to the following:
Total Amount = CALCULATE(SUM('Table'[Amount]),ALLEXCEPT('Table','Table'[Color],'Table'[Country],'Table'[Type])) Rows = COUNTROWS(SUMMARIZE('Table','Table'[Color],'Table'[Country],'Table'[Type])) measure = 'Table'[Total Amount]/[Rows]The result will be similar to the following:
If it doesn't meet your requirement ,please explain it more.
Sharing some sample data and expected result in excel will be helpful to solve your problem.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.