Forum Discussion
MatsyaaAvatar
3 years agoNew Member
Dax equavalent
Good morning! I am New to Dax. How can i do this in Dax ? SELECT Interval_attempts AS attempts, (VSF/Interval_attempts)*100 as VSF_pct, FROM ( SELECT count(*) AS Interval_at...
Anonymous
3 years agoNot applicable
Hi MatsyaaAvatar ,
Could you please provide some sample data in the table conviva_qoe_Data (exclude sensitive data) with Text format, the result for the above SQL query in SQL Server and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file with connected data. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
MatsyaaAvatar
3 years agoNew Member
Here is a sample data.
https://drive.google.com/drive/folders/110eadqbJmkI7bo1aElrNNbgRpHwNv9zo?usp=sharing
- MatsyaaAvatar3 years agoNew Member
Hello !! Can someone help with the above conversion to DAX ?