Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello experts,
is it possible to delete the subrows data? I dont need it twice.
The data which I want to delete, I marked it with a red rectangle.
It is possible to do that in Power BI?
Thanks in advance for your Help
--
azaterol
Solved! Go to Solution.
Hi @azaterol ,
You could create a calculated column as a mark to these subrows and use this mark to filter these data.
mark = if(condition,"sub","not sub")
In the dax formula, you could add a condition to the formula like:
measure = calculate(sum(value),filter(table,mark="sub"))
If I misunderstood your meaning, please show some sample data and expected result to us.
Best Regards,
Jay
Hi @azaterol ,
You could create a calculated column as a mark to these subrows and use this mark to filter these data.
mark = if(condition,"sub","not sub")
In the dax formula, you could add a condition to the formula like:
measure = calculate(sum(value),filter(table,mark="sub"))
If I misunderstood your meaning, please show some sample data and expected result to us.
Best Regards,
Jay
solo con filtrar la columna de rectangulos sin tomarlos a ellos ya los eliminas,
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
42 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
26 |